pgsql: In dumpTable, re-instate the skipping logic

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In dumpTable, re-instate the skipping logic
Date: 2016-04-08 19:00:51
Message-ID: E1aobeF-0005TY-8Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-08 19:22:15 Re: pgsql: CREATE INDEX ... INCLUDING (column[, ...])
Previous Message Anastasia Lubennikova 2016-04-08 18:59:58 Re: pgsql: CREATE INDEX ... INCLUDING (column[, ...])