[COMMITTERS] pgsql: Fix COPY's handling of transition tables with indexes.

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема [COMMITTERS] pgsql: Fix COPY's handling of transition tables with indexes.
Дата
Msg-id E1dUWAg-0002yP-P5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix COPY's handling of transition tables with indexes.

Commit c46c0e5202e8cfe750c6629db7852fdb15d528f3 failed to pass the
TransitionCaptureState object to ExecARInsertTriggers() in the case
where it's using heap_multi_insert and there are indexes.  Repair.

Thomas Munro, from a report by David Fetter
Discussion: https://postgr.es/m/20170708084213.GA14720%40fetter.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1add0b15f117769f619af12720bea2f73d4f7359

Modified Files
--------------
src/backend/commands/copy.c            | 2 +-
src/test/regress/expected/triggers.out | 7 ++++++-
src/test/regress/sql/triggers.sql      | 7 +++++++
3 files changed, 14 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Allow multiple hostaddrs to go with multiple hostnames.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix check for empty hostname.