Re: BUG #14799: SELECT * FROM transition_table in a statement-level trigger

Peter Geoghegan <pg@bowt.ie>

From: Peter Geoghegan <pg@bowt.ie>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, phb07@apra.asso.fr, PostgreSQL Bugs <pgsql-bugs@postgresql.org>, Kevin Grittner <kgrittn@postgresql.org>
Date: 2017-09-06T21:22:37Z
Lists: pgsql-bugs
On Wed, Sep 6, 2017 at 2:20 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> Ouch.  Thanks for fixing this bug, which I would have picked up if I'd
> been awake at the time.

Forgetting about support for dropped columns seems to be a mistake
that almost everyone makes at least once.

-- 
Peter Geoghegan


Commits

  1. Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.