Minor style policing for error messages in pg_dump tar code. Notably, change

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8a12aac32b49bb5d71898a19b0756e83a5c032b4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-23T16:55:22Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_tar.c modified +21 −20