[COMMITTERS] pgsql: Don't build full initial logical decoding snapshot ifNOEXPORT_S

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Don't build full initial logical decoding snapshot ifNOEXPORT_S
Дата
Msg-id E1d3sMf-00018O-Hf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.

Earlier commits (56e19d938dd14 and 2bef06d5164) make it cheaper to
create a logical slot if not exporting the initial snapshot.  If
NOEXPORT_SNAPSHOT is specified, we can skip the overhead, not just
when creating a slot via sql (which can't export snapshots).  As
NOEXPORT_SNAPSHOT has only recently been introduced, this shouldn't be
backpatched.

Branch
------
master

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

Modified Files
--------------
src/backend/replication/walsender.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Don't use on-disk snapshots for exported logical decodingsnapsh
Следующее
От: Stephen Frost
Дата:
Сообщение: [COMMITTERS] pgsql: Remove unnecessairly duplicated gram.y productions