mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
5cf1964fc6
So if the relname is given to acldefault() in
utils/adt/acl.c, it can do a IsSystemRelationName() on it and
return ACL_RD instead of ACL_WORLD_DEFAULT.