pgsql: Refactor code for cross-partition updates to a separate function

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Refactor code for cross-partition updates to a separate function
Дата
Msg-id E1kT3x6-0001Gu-Ri@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor code for cross-partition updates to a separate function.

ExecUpdate() is very long, so extract the part of it that deals with
cross-partition updates to a separate function to make it more readable.
Per Andres Freund's suggestion.

Author: Amit Langote
Discussion:
https://www.postgresql.org/message-id/CA%2BHiwqEUgb5RdUgxR7Sqco4S09jzJstHiaT2vnCRPGR4JCAPqA%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 265 ++++++++++++++++++++-------------
1 file changed, 158 insertions(+), 107 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix query in new test to check tables are synced
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Review logical replication tablesync code