aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-04-12 19:29:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-04-12 19:29:24 +0000
commitdffab0c88d17d4169b0827b0e5c7a8f7a4e8ebbb (patch)
tree1799d268d5791b4d10d6434bd51ff76c89967b07 /src/backend/commands/dbcommands.c
parentc580d945415e93294d9b67f283a1d2a5a773b609 (diff)
downloadpostgresql-dffab0c88d17d4169b0827b0e5c7a8f7a4e8ebbb.tar.gz
postgresql-dffab0c88d17d4169b0827b0e5c7a8f7a4e8ebbb.zip
Remove unnecessary UPDATE commands to assign explicit ACLs to functions
and PL languages during initdb. The default permissions for these objects are the same as what we were assigning anyway, so there is no need to expend space in the catalogs on them. The space cost is particularly significant in pg_proc's indexes, which are bloated by about a factor of 2 by the full-table update, and can never really recover the space. initdb not forced, since the change has no actual impact on behavior.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions