pgsql: Adjust node serialization tag of A_Expr for consistency

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust node serialization tag of A_Expr for consistency
Date: 2022-07-08 09:05:04
Message-ID: E1o9jv5-001lzS-33@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust node serialization tag of A_Expr for consistency

Changed from AEXPR to A_EXPR for consistency.

Discussion: https://www.postgresql.org/message-id/2592455.1657140387%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bf1f4a364d6c72cc5c39a6d81d156a0335fdf332

Modified Files
--------------
src/backend/nodes/outfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-07-08 10:20:14 Re: pgsql: Only allow returning string types or bytea from json_serialize
Previous Message Peter Eisentraut 2022-07-08 08:43:06 pgsql: Remove T_Join and T_Plan