pgsql: Improve message about failed transaction log archiving

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve message about failed transaction log archiving
Date: 2013-04-27 02:47:16
Message-ID: E1UVvAS-00037g-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve message about failed transaction log archiving

The old phrasing appeared to imply that the failure was terminal.
Improve that by indicating that archiving will be tried again later.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f5d576c6d278a61beec282b9b276a3a3cb2aec50

Modified Files
--------------
src/backend/postmaster/pgarch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-04-27 21:49:20 pgsql: Incidental cleanup of matviews code.
Previous Message David Fetter 2013-04-27 02:22:00 Re: Re: [COMMITTERS] pgsql: Fix collation assignment for aggregates with ORDER BY.