]> granicus.if.org Git - postgresql/commit
Fix ordering of obj id for Rules and EventTriggers in pg_dump.
authorJoe Conway <mail@joeconway.com>
Mon, 10 Jun 2013 00:31:26 +0000 (17:31 -0700)
committerJoe Conway <mail@joeconway.com>
Mon, 10 Jun 2013 00:31:26 +0000 (17:31 -0700)
commit1723df6e4ad4d6b0daeb3d917d3b6261af2ec379
tree8a8700832e709684c245d55934ef97e600110b76
parent5cd77baab32a54da7534ca92e195dc0bc2e44ff4
Fix ordering of obj id for Rules and EventTriggers in pg_dump.

getSchemaData() must identify extension member objects and mark them
as not to be dumped. This must happen after reading all objects that can be
direct members of extensions, but before we begin to process table subsidiary
objects. Both rules and event triggers were wrong in this regard.

Backport rules portion of patch to 9.1 -- event triggers do not exist prior to 9.3.
Suggested fix by Tom Lane, initial complaint and patch by me.
src/bin/pg_dump/common.c