On 1/31/19, 9:21 PM, "Amit Kapila" wrote:
> BTW, do you have a reproducible test case for this fix? How did you
catch this, browsing code?
Yes, I observed it while reading code. I do not have a repro.
> How do we pronounce your name, is Nishant Fnu okay?
Hi,
> To achieve this we can allocate Form_pg_class structures (for shared
> relations… a small number) on shared memory.
But why would this be necessary / a good idea? Even if we decided it
were, it seems like it'd end up being quite invasive. But I doubt it's
a good pla
Hi,
We were working on this issue and thinking if we could actually make
pg_class(rd_rel) part of recache entry upgradable.
To achieve this we can allocate Form_pg_class structures (for shared relations…
a small number) on shared memory.
We do not need global pg_internal_init file as new backend