pgsql: Remove T_MemoryContext - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove T_MemoryContext
Date
Msg-id E1mCTps-0003Q5-GA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove T_MemoryContext

This is an abstract node that shouldn't have a node tag defined.

Discussion: https://www.postgresql.org/message-id/flat/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/256909c6c1679767230d1088f1bfab727dd99e14

Modified Files
--------------
src/include/nodes/nodes.h | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Next
From: Andres Freund
Date:
Subject: pgsql: Move temporary file cleanup to before_shmem_exit().