aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-11-05 09:14:33 +0900
committerMichael Paquier <michael@paquier.xyz>2018-11-05 09:14:33 +0900
commit4bc772e2afa55f26734ff3fbdf27601db030b7e5 (patch)
treea7a1a993bb652b131f872d38f2e2be1f826f5ec4 /src/backend/commands/tablecmds.c
parentfa534b411c86d2e7441852282ea9f1a491a090a6 (diff)
downloadpostgresql-4bc772e2afa55f26734ff3fbdf27601db030b7e5.tar.gz
postgresql-4bc772e2afa55f26734ff3fbdf27601db030b7e5.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/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions