pgsql: Check the size in COPY_POINTER_FIELD

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Check the size in COPY_POINTER_FIELD
Date: 2021-08-08 17:09:21
Message-ID: E1mCmIb-00052b-1P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Check the size in COPY_POINTER_FIELD

instead of making each caller do it.

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/c1132aae336c41cf9d316222e525d8d593c2b5d2

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 54 +++++++++++++++++--------------------------
1 file changed, 21 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-08-08 18:35:47 pgsql: Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23.
Previous Message Tom Lane 2021-08-08 15:56:39 pgsql: Rethink regexp engine's backref-related compilation state.