pgsql: Remove T_MemoryContext

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove T_MemoryContext
Date: 2021-08-07 21:26:28
Message-ID: E1mCTps-0003Q5-GA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)enterprisedb(dot)com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-08-08 02:23:06 pgsql: Move temporary file cleanup to before_shmem_exit().
Previous Message Andres Freund 2021-08-07 21:03:49 Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o