pgsql: Minor style policing for error messages in pg_dump tar code.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor style policing for error messages in pg_dump tar code.
Date: 2010-02-23 16:55:23
Message-ID: 20100223165523.0B2AD7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Minor style policing for error messages in pg_dump tar code. Notably, change
"dumping data out of order is not supported" to "restoring data out of order
is not supported", because you get that error during pg_restore not pg_dump.
Also fix some comments that didn't look so good after being pgindented as
perhaps they did originally.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_tar.c (r1.67 -> r1.68)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c?r1=1.67&r2=1.68)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-23 17:28:09 pgsql: Clarify statements about tar archive format.
Previous Message Bruce Momjian 2010-02-23 16:14:26 pgsql: Revert recent change of to_char('HH12') handling for intervals;