git.postgresql.org Git - postgresql.git/commit
Mon, 1 May 2017 12:23:01 +0000 (08:23 -0400)
Mon, 1 May 2017 12:23:01 +0000 (08:23 -0400)
commit e180c8aa8caf5c55a273d4a8e6092e77ff3cff10
Fire per-statement triggers on partitioned tables.
Even though no actual tuples are ever inserted into a partitioned
table (the actual tuples are in the partitions, not the partitioned
table itself), we still need to have a ResultRelInfo for the
partitioned table, or per-statement triggers won't get fired.
Amit Langote, per a report from Rajkumar Raghuwanshi. Reviewed by me.
Discussion: http://postgr.es/m/CAKcux6%3DwYospCRY2J4XEFuVy0L41S%3Dfic7rmkbsU-GXhhSbmBg%40mail.gmail.com
14 files changed:
This is the main PostgreSQL git repository.
RSS
Atom