pgsql: Make pg_dump/pg_restore --clean options drop large objects too.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_dump/pg_restore --clean options drop large objects too.
Date: 2009-07-21 21:46:10
Message-ID: 20090721214610.D786275331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make pg_dump/pg_restore --clean options drop large objects too.
In passing, make invocations of lo_xxx functions a bit more schema-safe.

Itagaki Takahiro

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.172 -> r1.173)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.172&r2=1.173)
pg_backup_archiver.h (r1.79 -> r1.80)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.h?r1=1.79&r2=1.80)
pg_backup_custom.c (r1.42 -> r1.43)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_custom.c?r1=1.42&r2=1.43)
pg_backup_files.c (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_files.c?r1=1.35&r2=1.36)
pg_backup_null.c (r1.20 -> r1.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_null.c?r1=1.20&r2=1.21)
pg_backup_tar.c (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c?r1=1.65&r2=1.66)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-07-22 01:21:22 pgsql: Tweak TOAST code so that columns marked with MAIN storage
Previous Message Peter Eisentraut 2009-07-21 20:24:51 pgsql: Change pg_listener attribute number constants to match the usual