pgsql: Fix patch for printing backend and pg_dump versions so that it

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix patch for printing backend and pg_dump versions so that it
Date: 2010-02-24 02:42:55
Message-ID: 20100224024255.28EC47541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix patch for printing backend and pg_dump versions so that it works in
a desirable fashion in archive-dump cases, ie you should get the pg_dump
version not the pg_restore version.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.180 -> r1.181)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.180&r2=1.181)
pg_backup_db.c (r1.88 -> r1.89)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_db.c?r1=1.88&r2=1.89)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-24 03:33:49 pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Previous Message Tom Lane 2010-02-24 02:15:59 pgsql: Un-break pg_dump for the case of zero-column tables.