aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-12-23 11:26:49 +0900
committerMichael Paquier <michael@paquier.xyz>2022-12-23 11:26:49 +0900
commit3022cb14339656be2afeee72150dcc5725838398 (patch)
tree0ebc897631031502b2e498bfbd263fb16cf9b748 /src/backend/access/gist/gist.c
parent2fcf685f6daa4f872ca726e25cc504a544916dbb (diff)
downloadpostgresql-3022cb14339656be2afeee72150dcc5725838398.tar.gz
postgresql-3022cb14339656be2afeee72150dcc5725838398.zip
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
The query used to disable WITH OIDS in all the relations making use of it was checking for materialized views, but this is not a supported operation. On the contrary, this needs to be done on foreign tables. While on it, use quote_ident() in the ALTER TABLE strings built on the relation name. Author: Anton A. Melnikov, Michael Paquier Discussion: https://postgr.es/m/49f389ba-95ce-8a9b-09ae-f60650c0e7c7@inbox.ru Backpatch-through: 12
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions