pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the
Date
Msg-id 20070829163211.61F6E754206@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data
read from the temp file didn't match the file length reported by ftello(),
the wrong variable's value was printed, and so the message made no sense.
Clean up a couple other coding infelicities while at it.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_tar.c (r1.32.2.3 -> r1.32.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c?r1=1.32.2.3&r2=1.32.2.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Relax permissions checks on dbsize functions, per discussion.