pgsql: Fix bogus comment that claimed that the new BACKUP METHOD line i

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus comment that claimed that the new BACKUP METHOD line i
Date: 2011-08-16 09:24:13
Message-ID: E1QtFsb-0004ry-RC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Fix bogus comment that claimed that the new BACKUP METHOD line in
backup_label was new in 9.0. Spotted by Fujii Masao.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2877c67bc24510c30bca477c876f5de427c85588

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2011-08-16 13:33:26 Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Previous Message Peter Eisentraut 2011-08-16 08:32:00 pgsql: Use less cryptic variable names

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Chalke 2011-08-16 09:30:59 Allowing same cursor name in nested levels
Previous Message Magnus Hagander 2011-08-16 08:56:54 Re: Re: Should we have an optional limit on the recursion depth of recursive CTEs?