Re: pgsql: Fix CommandCounterIncrement in partition-related DDL

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: pgsql-hackers@lists.postgresql.org
Cc: Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>, Robert Haas <robertmhaas@gmail.com>
Date: 2018-03-21T15:07:57Z
Lists: pgsql-hackers
Alvaro Herrera wrote:
> Alvaro Herrera wrote:
> > Alvaro Herrera wrote:
> > > Fix CommandCounterIncrement in partition-related DDL
> > 
> > Hmm, Prion seems unhappy about this.  Looking
> 
> Here's a patch that seems to fix the problem, and generally looks sane
> to me.

Pushed, after editing a couple of other comments here and there.

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


Commits

  1. Fix relcache handling of the 'default' partition

  2. Fix CommandCounterIncrement in partition-related DDL