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 cou
Tom Lane wrote:
> Alvaro Herrera writes:
> > I wonder about adding a syscache callback so that when an item in
> > pg_partitioned_table is invalidated, the relcache entry for partrelid
> > entry in pg_class is invalidated also. I can't find any precedent for
> > anything similar, though, and ther
Alvaro Herrera writes:
> I wonder about adding a syscache callback so that when an item in
> pg_partitioned_table is invalidated, the relcache entry for partrelid
> entry in pg_class is invalidated also. I can't find any precedent for
> anything similar, though, and there doesn't seem to be any c
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.
The previous arrangements to avoid CCI seem brittle: apparently w