From 1452327c66879053a257a70d44c73ad4fb36c2a4 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 5 Apr 1997 21:28:46 +0000 Subject: [PATCH] Change Postgres95 to PostgreSQL The whole file needs updating, but will work on that after finishing with the splits --- src/test/regress/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/regress/README b/src/test/regress/README index f18ecfba7f..6095fcaf27 100644 --- a/src/test/regress/README +++ b/src/test/regress/README @@ -1,15 +1,15 @@ Introduction - The Postgres95 regression tests are a comprehensive set of tests for the - SQL implementation embeded in Postgres95 developed by Jolly Chen and + The PostgreSQL regression tests are a comprehensive set of tests for the + SQL implementation embeded in PostgreSQL developed by Jolly Chen and Andrew Yu. It tests standard SQL operations as well as the extensability - capabilities of Postgres95. + capabilities of PostgreSQL. Preparation The regression test is invoked thru by the 'make' command which compiles - a 'c' program with Postgres95 extension functions into a shared library + a 'c' program with PostgreSQL extension functions into a shared library in the current directory. Localized shell scripts are also created in the current directory. The 'expected.input' file is massaged into the 'expected.out' file. The localization replaces macros in the source @@ -57,9 +57,9 @@ Comparing expected/actual output OID differences - There are several places where Postgres95 OID (object identifiers) appear + There are several places where PostgreSQL OID (object identifiers) appear in 'regress.out'. OID's are unique 32-bit integers which are generated - by the Postgres95 backend whenever a table row is inserted or updated. + by the PostgreSQL backend whenever a table row is inserted or updated. If you run the regression test on a non-virgin database or run it multiple times, the OID's reported will have different values. -- 2.11.0