-
- Downloads
"...postgres-lambda-diff.git" did not exist on "aad71b40ca781c59d3b458a18a42bc70ced2eb7c"
IsSystemRelationName() treats TOAST relations as system relations.
This seems the right thing for most usages, but I notice two places where it is the wrong thing. One is that the default permissions on TOAST rels should be no-access, not world-readable; the other is that PrepareForTupleInvalidation doesn't really need to spend time looking at tuples of TOAST relations.
Showing
- src/backend/catalog/catalog.c 19 additions, 7 deletionssrc/backend/catalog/catalog.c
- src/backend/utils/adt/acl.c 4 additions, 2 deletionssrc/backend/utils/adt/acl.c
- src/backend/utils/cache/inval.c 5 additions, 1 deletionsrc/backend/utils/cache/inval.c
- src/include/catalog/catalog.h 2 additions, 1 deletionsrc/include/catalog/catalog.h
Loading
Please register or sign in to comment