pgsql: Clean up recent patch for PL handler functions in pg_catalog: the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up recent patch for PL handler functions in pg_catalog: the
Date: 2005-08-15 21:50:15
Message-ID: 20050815215015.E553952EBB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up recent patch for PL handler functions in pg_catalog: the patch
caused PL languages and handlers to be dumped ALWAYS, even in the face
of contrary --schema or --table switches. Adopt a slightly saner
definition.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.417 -> r1.418)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.417&r2=1.418)
pg_dump.h (r1.118 -> r1.119)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.h.diff?r1=1.118&r2=1.119)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-15 23:00:15 pgsql: Rename pg_stat_file columns to be more consistent.
Previous Message Tom Lane 2005-08-15 21:02:26 pgsql: Make createlang and droplang proof against weird search_path