pgsql: Use NOWAIT when including WAL in base backup

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use NOWAIT when including WAL in base backup
Date: 2011-02-10 11:11:54
Message-ID: E1PnURG-00060k-Sp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use NOWAIT when including WAL in base backup

Avoids warning and waiting for the last segment to be
archived, which isn't necessary when we're including the
required WAL in the backup itself.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2011-02-10 11:47:39 textsearch-ja - textsearch-ja: Added MSVC 2010 solution files.
Previous Message Peter Eisentraut 2011-02-10 10:58:16 Re: [COMMITTERS] pgsql: Remove more SGML tabs.