OSDN Git Service

Fix pg_restore to process BLOB COMMENT entries correctly; they aren't
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 May 2006 21:20:11 +0000 (21:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 May 2006 21:20:11 +0000 (21:20 +0000)
commitc76cb771053c8e50a16b7991ae80a9f8ab969119
tree7269cbb0fb8bc55eca64a5529183307e72f1dce1
parent6bd89d09c8d0982d7cf23d70bec8ddbf6c99557e
Fix pg_restore to process BLOB COMMENT entries correctly; they aren't
really tables and shouldn't get DISABLE TRIGGER processing.  Per bug
#2452 from Robert Treat.
src/bin/pg_dump/pg_backup_archiver.c