Have pg_dump in binary-upgrade mode properly drop user-created
authorBruce Momjian
Wed, 4 Jul 2012 21:36:50 +0000 (17:36 -0400)
committerBruce Momjian
Wed, 4 Jul 2012 21:36:50 +0000 (17:36 -0400)
commit9c6f8be2b14c170b589fdbd48e3db42c45efb2cc
tree98272918a6fed4050f631077f517c7f5f3db797f
parentd3341d4121305fe1b6d666471d4cf040bb103083
Have pg_dump in binary-upgrade mode properly drop user-created
extensions that might exist in the new empty cluster databases, like
plpgsql.

Backpatch to 9.2.
src/bin/pg_dump/pg_dump.c