[COMMITTERS] pgsql: Get a snapshot before COPY in table sync - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Get a snapshot before COPY in table sync
Date
Msg-id E1dcvh7-0000Wq-Iw@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Remove broken and useless entry-count printing in HASH_DEBUGcod