Re: Partitioning vs ON CONFLICT
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>,
"Shinoda, Noriyoshi" <noriyoshi.shinoda@hpe.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Peter Geoghegan <pg@bowt.ie>,
Simon Riggs <simon@2ndquadrant.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Thom Brown <thom@linux.com>
Date: 2017-03-30T09:13:08Z
Lists: pgsql-hackers
On 2017/03/30 18:02, Ashutosh Bapat wrote: > This should be added to the open items list. I am not able to add it > myself, as I don't have "editor" privileges on open items wiki. I have > requested for those privileges. I am going to shortly, after I reply to Shinoda-san's report. While the crash can be fixed with a simple patch, I think we need to consider a bigger question of whether ON CONFLICT processing on leaf partitions should really occur. Commit 8355a011a0 enabled specifying ON CONFLICT DO NOTHING on when inserting into a partitioned root table, but I think we might need to reconsider. Thanks, Amit
Commits
-
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
- f05230752d53 10.0 landed
-
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
- 8355a011a012 10.0 landed