postgresql/src
Michael Paquier 948af52324 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
2018-11-05 09:15:08 +09:00
..
backend Ignore partitioned tables when processing ON COMMIT DELETE ROWS 2018-11-05 09:15:08 +09:00
bin pg_restore: Augment documentation for -N option 2018-10-29 11:32:27 +01:00
common Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows" 2018-09-18 17:28:27 -04:00
fe_utils Fix lexing of standard multi-character operators in edge cases. 2018-08-23 21:43:51 +01:00
include Fix interaction of CASE and ArrayCoerceExpr. 2018-10-30 15:26:11 -04:00
interfaces Client-side fixes for delayed NOTIFY receipt. 2018-10-19 22:22:57 -04:00
makefiles Refactor installation of extension headers. 2018-09-07 14:30:15 +01:00
pl Fix bugs in plpgsql's handling of CALL argument lists. 2018-11-04 13:25:39 -05:00
port Set snprintf.c's maximum number of NL arguments to be 31. 2018-10-02 12:41:28 -04:00
template Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
test Ignore partitioned tables when processing ON COMMIT DELETE ROWS 2018-11-05 09:15:08 +09:00
timezone Sync our copy of the timezone library with IANA release tzcode2018g. 2018-10-31 09:48:04 -04:00
tools Fix perl searchpath for modern perl for MSVC tools 2018-10-28 12:23:19 -04:00
tutorial Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
Makefile.shlib Use -Bsymbolic for shared libraries on HP-UX and Solaris. 2018-09-10 22:22:12 -04:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00