pgsql: Some refactoring of logical/worker.c

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Some refactoring of logical/worker.c
Дата
Msg-id E1jGkMl-0007pp-Uv@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Some refactoring of logical/worker.c  (Erik Rijkers <er@xs4all.nl>)
Список pgsql-committers
Some refactoring of logical/worker.c

This moves the main operations of apply_handle_{insert|update|delete},
that of inserting, updating, deleting a tuple into/from a given
relation, into corresponding
apply_handle_{insert|update|delete}_internal functions.  This allows
performing those operations on relations that are not directly the
targets of replication, which is something a later patch will use for
targeting partitioned tables.

Author: Amit Langote <amitlangote09@gmail.com>
Reviewed-by: Rafia Sabih <rafia.pghackers@gmail.com>
Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Discussion:
https://www.postgresql.org/message-id/flat/CA+HiwqH=Y85vRK3mOdjEkqFK+E=ST=eQiHdpj43L=_eJMOOznQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97ee604d9bcedf0066986521a7ee15e3aa87be34

Modified Files
--------------
src/backend/replication/logical/worker.c | 174 ++++++++++++++++++++-----------
1 file changed, 115 insertions(+), 59 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add support for other normal forms to Unicode normalization API
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix broken markup.