pgsql: Add WRITE_*_ARRAY macros

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add WRITE_*_ARRAY macros
Date: 2018-12-22 06:54:22
Message-ID: E1gabB0-0004dK-Op@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add WRITE_*_ARRAY macros

Add WRITE_ATTRNUMBER_ARRAY, WRITE_OID_ARRAY, WRITE_INT_ARRAY,
WRITE_BOOL_ARRAY macros to outfuncs.c, mirroring the existing
READ_*_ARRAY macros in readfuncs.c.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/8f2ebc67-e75f-9478-f5a5-bbbf090b1f8d%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66ca44084d7ae40c45802d19f19eb4597bd12f40

Modified Files
--------------
src/backend/nodes/outfuncs.c | 248 ++++++++++++-------------------------------
1 file changed, 67 insertions(+), 181 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-12-23 00:34:55 pgsql: Add completion for storage parameters after CREATE TABLE WITH in
Previous Message Peter Eisentraut 2018-12-22 06:41:35 pgsql: Fix ancient compiler warnings and typos in !HAVE_SYMLINK code