]> granicus.if.org Git - postgresql/commit
Correct pg_dump WHERE clause for functions/aggregates
authorStephen Frost <sfrost@snowman.net>
Fri, 6 May 2016 18:06:50 +0000 (14:06 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 6 May 2016 18:06:50 +0000 (14:06 -0400)
commit64d60c8bf0703011d79dcb8a55dc42dcedc1e10f
tree57cdae55ffd31d9be11cda839ab0341ebf008ac8
parente324f8ad610bdc83a1392e54da5d9613e710b02f
Correct pg_dump WHERE clause for functions/aggregates

The query to grab the function/aggregate information is now joining
to pg_init_privs, so we can simplify (and correct) the WHERE clause
used to determine if a given function's ACL has changed from the
initial ACL on the function.

Bug found by Noah, patch by me.
src/bin/pg_dump/pg_dump.c