- Notifications
You must be signed in to change notification settings - Fork28
Commitdffab0c
committed
Remove unnecessary UPDATE commands to assign explicit ACLs to functions
and PL languages during initdb. The default permissions for these objectsare the same as what we were assigning anyway, so there is no need toexpend space in the catalogs on them. The space cost is particularlysignificant in pg_proc's indexes, which are bloated by about a factor of 2by the full-table update, and can never really recover the space.initdb not forced, since the change has no actual impact on behavior.1 parentc580d94 commitdffab0c
1 file changed
+5
-8
lines changedLines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
1672 | 1672 |
| |
1673 | 1673 |
| |
1674 | 1674 |
| |
1675 |
| - | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
1676 | 1679 |
| |
1677 | 1680 |
| |
1678 | 1681 |
| |
| |||
1687 | 1690 |
| |
1688 | 1691 |
| |
1689 | 1692 |
| |
1690 |
| - | |
1691 |
| - | |
1692 |
| - | |
1693 |
| - | |
1694 |
| - | |
1695 |
| - | |
1696 | 1693 |
| |
1697 | 1694 |
| |
1698 | 1695 |
| |
|
0 commit comments
Comments
(0)