pgsql: Fix bug in new pg_dump -T/-N handling that was dumping system - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix bug in new pg_dump -T/-N handling that was dumping system
Date
Msg-id 20060804183216.1D8AD9FB30C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix bug in new pg_dump -T/-N handling that was dumping system schemas if
these options were used before -n/-t.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.445 -> r1.446)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.445&r2=1.446)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove redeclaration of struct sqlca_t --- unnecessary and
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Improve logging of protocol-level prepared statements.