diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-13 19:27:12 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-13 19:27:12 +0000 |
| commit | b83bd31bd953b6daa22bcbdaee5ade2a27ec7324 (patch) | |
| tree | 03135682de41ad83eb9f992a8d220cf03b68c8b8 /src/tools | |
| parent | 647fd9a108581d875543fd601b09ebd05e850993 (diff) | |
| download | postgresql-b83bd31bd953b6daa22bcbdaee5ade2a27ec7324.tar.gz | |
TEMPORARILY make synchronous_commit default to OFF, so that we can get more
thorough testing of async-commit mode from the buildfarm. This patch MUST
get reverted before 8.3 release!
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/RELEASE_CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index b1ef4931e8..2ebd6e3908 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -1,6 +1,10 @@ For All Releases (major, minor, beta, RC) ================ +*** SPECIAL FOR 8.3: don't forget to revert patch of 2007-08-13 that +made synchronous_commit default to OFF. Affects this file, guc.c, and +config.sgml. + * Release version number changes o doc/bug.template o bump Win32 interface version numbers |
