pgsql: Fix WAL file cutoff point calculation in pg_standby.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix WAL file cutoff point calculation in pg_standby.
Date: 2008-07-08 15:11:58
Message-ID: 20080708151158.E1D6F754857@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix WAL file cutoff point calculation in pg_standby.

Patch by Simon Riggs, per bug report from Ferenc Felhoffer

Modified Files:
--------------
pgsql/contrib/pg_standby:
pg_standby.c (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-07-08 15:12:04 pgsql: Fix WAL file cutoff point calculation in pg_standby.
Previous Message Simon Riggs 2008-07-08 14:29:15 Re: pgsql: Prevent shutdown in normal mode if online backup is running, and