Re: Minor ON CONFLICT related fixes - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Minor ON CONFLICT related fixes
Date
Msg-id CAM3SWZRJgFs6zU3VqaaHsDZcD482YZnGNCL7e-TqjqAd6Qb32A@mail.gmail.com
Whole thread Raw
In response to Re: Minor ON CONFLICT related fixes  (Peter Geoghegan <pg@heroku.com>)
Responses Re: Minor ON CONFLICT related fixes  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Mon, May 11, 2015 at 7:22 PM, Peter Geoghegan <pg@heroku.com> wrote:
> You just get an error within the
> optimizer following rewriting of a query involving the application of
> a rule that specifies an ON CONFLICT DO UPDATE alternative/DO INSTEAD
> action. I found it would say: "variable not found in subplan target
> lists".

BTW, that error was only raised when the EXCLUDED.* pseudo-alias was
actually used, which is why our previous testing missed it.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Minor ON CONFLICT related fixes
Next
From: Andres Freund
Date:
Subject: Re: Minor ON CONFLICT related fixes