Re: BUG #3486: doc bug - Preventing transaction ID wraparound failures

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Fujii Masao <fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3486: doc bug - Preventing transaction ID wraparound failures
Date: 2007-09-14 02:43:23
Message-ID: 200709140243.l8E2hNf10093@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Thanks, applied.

---------------------------------------------------------------------------

Fujii Masao wrote:
>
> 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>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2007-09-14 03:06:54 Re: psql \COPY accepts multiple NULL AS
Previous Message Tom Lane 2007-09-13 13:53:55 Re: CREATE USER and createuser not working the same