Re: Concurrency bug in UPDATE of partition-key - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Concurrency bug in UPDATE of partition-key
Date
Msg-id 20180629175207.lx2yc5izo3z4el72@alvherre.pgsql
Whole thread Raw
In response to Re: Concurrency bug in UPDATE of partition-key  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Concurrency bug in UPDATE of partition-key
List pgsql-hackers
I was a bit surprised by the new epqslot output argument being added,
and now I think I know why: we already have es_trig_tuple_slot, so
shouldn't we be using that here instead?  Seems like it'd all be simpler ...

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Generating partitioning tuple conversion maps faster
Next
From: Tom Lane
Date:
Subject: Re: Regression on PostgreSQL 10 ORDER/GROUP BY expression not found in targetlist