On Wed, 13 Sep 2023 15:48:41 -0300
"Euler Taveira" wrote:
> Unless you change it, ii_Context is CurrentMemoryContext (see
> makeIndexInfo). Hence, your AM state information is freed when the
> current memory context is freed.
A thing I am now wondering:
Is there anything in the postgresql docum
On Thu, 14 Sep 2023 10:06:03 -0300
"Euler Taveira" wrote:
> AFAICS there isn't a chapter dedicated to memory contexts in the
> documentation. Did you check the README that I pointed out in the
> previous email? Most of the developer information is available in
> README files in the source code. S