[COMMITTERS] pgsql: Refactor validation of new partitions a little bit.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Refactor validation of new partitions a little bit.
Дата
Msg-id E1diPxL-0003Pr-VY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor validation of new partitions a little bit.

Move some logic that is currently in ATExecAttachPartition to
separate functions to facilitate future code reuse.

Ashutosh Bapat and Jeevan Ladhe

Discussion: http://postgr.es/m/CA+Tgmobbnamyvii0pRdg9pp_jLHSUvq7u5SiRrVV0tEFFU58Tg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 318 +++++++++++++++++++++------------------
1 file changed, 172 insertions(+), 146 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Attempt to clarify comments related to force_parallel_mode.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Don't lock tables in RelationGetPartitionDispatchInfo.