pgsql: Don't try to read default for a non-existent attribute - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Don't try to read default for a non-existent attribute
Date
Msg-id E1pcYYU-003iYE-4d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't try to read default for a non-existent attribute

Oversight in commit 9f8377f7a2 for COPY .. DEFAULT

per report from Alexander Lakhin

Branch
------
master

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

Modified Files
--------------
src/backend/commands/copyfromparse.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Support [NO] INDENT option in XMLSERIALIZE().
Next
From: Andrew Dunstan
Date:
Subject: pgsql: MSVC: Don't build ldap_password_func if not building with ldap