OSDN Git Service

Minor style policing for error messages in pg_dump tar code. Notably, change
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Feb 2010 16:55:22 +0000 (16:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Feb 2010 16:55:22 +0000 (16:55 +0000)
commit8a12aac32b49bb5d71898a19b0756e83a5c032b4
tree935b5057ef8a2ef36895fe06487b593c44da447b
parenta54803149a7beeea6dc8e624c3da561b7f6f5fc9
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.
src/bin/pg_dump/pg_backup_tar.c