pgsql: Fix pg_restore to process BLOB COMMENT entries correctly; they

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_restore to process BLOB COMMENT entries correctly; they
Date: 2006-05-24 21:20:11
Message-ID: 20060524212011.D404D9FA278@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.128 -> r1.129)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.128&r2=1.129)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-05-24 21:20:24 pgsql: Fix pg_restore to process BLOB COMMENT entries correctly; they
Previous Message User Nwakefield 2006-05-24 20:53:16 bizgres - bizgres: