pgsql: Improve error message when WAL ends before reaching end of onlin

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve error message when WAL ends before reaching end of onlin
Date: 2011-03-31 07:10:50
Message-ID: E1Q5C1q-00032F-2p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve error message when WAL ends before reaching end of online backup.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f0bab8494f7734e26b76fe34599c7763c8753a1

Modified Files
--------------
src/backend/access/transam/xlog.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-03-31 07:20:08 pgsql: Reword the phrase on zero replication_timeout in the docs.
Previous Message Heikki Linnakangas 2011-03-31 05:35:08 Re: Re: [COMMITTERS] pgsql: Fix plpgsql to release SPI plans when a function or DO block is