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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Don't try to read default for a non-existent attribute
Дата
Msg-id E1pcYYU-003iYE-4d@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Support [NO] INDENT option in XMLSERIALIZE().
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: MSVC: Don't build ldap_password_func if not building with ldap