Fix a couple of bugs involving calling fmtID() twice in
authorTom Lane <[email protected]>
Sun, 15 Nov 1998 07:11:29 +0000 (07:11 +0000)
committerTom Lane <[email protected]>
Sun, 15 Nov 1998 07:11:29 +0000 (07:11 +0000)
commit236142b6683c5340ca3325c0b096740b529e6b4b
treeeb4f62853d2cd36af1f86138bd1e4df3b0917990
parentec875667453285466b9707a06d2361085c4aa7ae
Fix a couple of bugs involving calling fmtID() twice in
a single printf() ... it'd work if fmtId() didn't use a static return area...
src/bin/pg_dump/pg_dump.c