[COMMITTERS] pgsql: Get a snapshot before COPY in table sync

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Get a snapshot before COPY in table sync
Дата
Msg-id E1dcvh7-0000Wq-Iw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Get a snapshot before COPY in table sync

This fixes a crash if the local table has a function index and the
function makes non-immutable calls.

Reported-by: Scott Milliken <scott@deltaex.com>
Author: Masahiko Sawada <sawada.mshk@gmail.com>

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/tablesync.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Remove broken and useless entry-count printing in HASH_DEBUGcod