forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64d60c8
committed
Correct pg_dump WHERE clause for functions/aggregates
The query to grab the function/aggregate information is now joiningto pg_init_privs, so we can simplify (and correct) the WHERE clauseused to determine if a given function's ACL has changed from theinitial ACL on the function.Bug found by Noah, patch by me.1 parente324f8a commit64d60c8
1 file changed
+2
-10
lines changedLines changed: 2 additions & 10 deletions
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
Comments
(0)