pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the
Date: 2007-08-29 16:32:11
Message-ID: 20070829163211.61F6E754206@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-29 17:24:29 pgsql: Relax permissions checks on dbsize functions, per discussion.
Previous Message Tom Lane 2007-08-29 16:32:05 pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the