From: | "Fujii Masao" <fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3486: doc bug - Preventing transaction ID wraparound failures |
Date: | 2007-07-26 02:09:50 |
Message-ID: | 200707260209.l6Q29o32023658@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3486
Logged by: Fujii Masao
Email address: fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp
PostgreSQL version: 8.3
Operating system: RHEL4
Description: doc bug - Preventing transaction ID wraparound failures
Details:
According to "varsup.c - GetNewTransactionId()", the error message in
transaction ID wraparound failures
is different from the one in the document.
*** ./doc/src/sgml/maintenance.sgml.orig 2007-07-26 10:44:19.000000000
+0900
--- ./doc/src/sgml/maintenance.sgml 2007-07-26 10:45:11.000000000 +0900
***************
*** 447,453 ****
until wraparound:
<programlisting>
! ERROR: database is shut down to avoid wraparound data loss in database
"mydb"
HINT: Stop the postmaster and use a standalone backend to VACUUM in
"mydb".
</programlisting>
--- 447,453 ----
until wraparound:
<programlisting>
! ERROR: database is not accepting commands to avoid wraparound data loss
in database "mydb"
HINT: Stop the postmaster and use a standalone backend to VACUUM in
"mydb".
</programlisting>
From | Date | Subject | |
---|---|---|---|
Next Message | Mikhail | 2007-07-26 05:53:54 | BUG #3487: regular exp |
Previous Message | Marc Schablewski | 2007-07-25 14:02:30 | BUG #3484: Missing pg_clog file / corrupt index |