]> granicus.if.org Git - postgresql/commit
In dumpTable, re-instate the skipping logic
authorStephen Frost <sfrost@snowman.net>
Fri, 8 Apr 2016 19:00:44 +0000 (15:00 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 8 Apr 2016 19:00:44 +0000 (15:00 -0400)
commit689f9a058854a1a32e994818dd6d79f49d8f8a1b
tree9f5bd8f2cbf49da41e7b5a5f98b41ed6ea4e2f6f
parent8b99edefcab1e82c43139a2c7dc06d31fb27b3e4
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.
src/bin/pg_dump/pg_dump.c