]> granicus.if.org Git - postgresql/commit
Fix cross-version pg_dump for aggregate combine functions.
authorRobert Haas <rhaas@postgresql.org>
Thu, 28 Jan 2016 02:45:07 +0000 (21:45 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 28 Jan 2016 02:45:07 +0000 (21:45 -0500)
commit025b2f339260b727e113a01a20b616a336bff00a
treeabc6e4a3954988f4ad9fac6bc9aa1df2079f834a
parente09507a272e32bf203a51cc3cbb4d34028cba331
Fix cross-version pg_dump for aggregate combine functions.

Fixes a defect in commit a7de3dc5c346e07e0439275982569996e645b3c2.

David Rowley, per report from Jeff Janes, who also checked that the
fix works.
src/bin/pg_dump/pg_dump.c