pgsql: In dumpTable, re-instate the skipping logic - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: In dumpTable, re-instate the skipping logic
Date
Msg-id E1aobeF-0005TY-8Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In dumpTable, re-instate the skipping logic

Pretty sure I removed this based on some incorrect thinking that it was
no longer possible to reach this point for a table which will not be
dumped, but that's clearly wrong.

Pointed out on IRC by Erik Rijkers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/689f9a058854a1a32e994818dd6d79f49d8f8a1b

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 7 +++++++
1 file changed, 7 insertions(+)


pgsql-committers by date:

Previous
From: Anastasia Lubennikova
Date:
Subject: Re: pgsql: CREATE INDEX ... INCLUDING (column[, ...])
Next
From: Tom Lane
Date:
Subject: Re: pgsql: CREATE INDEX ... INCLUDING (column[, ...])