aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-11-05 09:15:08 +0900
committerMichael Paquier <michael@paquier.xyz>2018-11-05 09:15:08 +0900
commit948af52324fb0ab635ebb1c1379980dbfc589aba (patch)
treebcf6b05b64bce58d63ad5257269d2e855c6f6f2e /src/backend/access/gist/gistbuild.c
parent84010b9989d92bd7fb4a4b7c0e96dbe81ef101f4 (diff)
downloadpostgresql-948af52324fb0ab635ebb1c1379980dbfc589aba.tar.gz
postgresql-948af52324fb0ab635ebb1c1379980dbfc589aba.zip
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Those tables have no physical storage, making this option unusable with partition trees as at commit time an actual truncation was attempted. There are still issues with the way ON COMMIT actions are done when mixing several action types, however this impacts as well inheritance trees, so this issue will be dealt with later. Reported-by: Rajkumar Raghuwanshi Author: Amit Langote Reviewed-by: Michael Paquier, Tom Lane Discussion: https://postgr.es/m/CAKcux6mhgcjSiB_egqEAEFgX462QZtncU8QCAJ2HZwM-wWGVew@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions