pgsql: Fix patch for printing backend and pg_dump versions so that it - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix patch for printing backend and pg_dump versions so that it
Date
Msg-id 20100224024255.28EC47541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Un-break pg_dump for the case of zero-column tables.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest