Fix ordering of obj id for Rules and EventTriggers in pg_dump.
authorJoe Conway <mail@joeconway.com>
Mon, 10 Jun 2013 00:30:39 +0000 (17:30 -0700)
committerJoe Conway <mail@joeconway.com>
Mon, 10 Jun 2013 00:30:39 +0000 (17:30 -0700)
commit33a4466f767be8b153ef1ef78433ad9b1867dab8
tree3e0394710056b6ab66f7afdaa6af6c0961b6225e
parente0b451e43250558b3c1ac830e067b39e25e0e348
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