Commit 64d60c8
committed
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.1 parent e324f8a commit 64d60c8
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4673 | 4673 | | |
4674 | 4674 | | |
4675 | 4675 | | |
4676 | | - | |
4677 | | - | |
4678 | | - | |
4679 | | - | |
4680 | | - | |
| 4676 | + | |
4681 | 4677 | | |
4682 | 4678 | | |
4683 | 4679 | | |
| |||
4923 | 4919 | | |
4924 | 4920 | | |
4925 | 4921 | | |
4926 | | - | |
4927 | | - | |
4928 | | - | |
4929 | | - | |
4930 | | - | |
| 4922 | + | |
4931 | 4923 | | |
4932 | 4924 | | |
4933 | 4925 | | |
| |||
0 commit comments