pgsql: Clean up MergeCheckConstraint()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Clean up MergeCheckConstraint()
Дата
Msg-id E1ql7mi-0063eB-0z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up MergeCheckConstraint()

If the constraint is not already in the list, add it ourselves,
instead of making the caller do it.  This makes the interface more
consistent with other "merge" functions in this file.

Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/369202bf4be6538ee29f41eb8c539d3764da4a3e

Modified Files
--------------
src/backend/commands/tablecmds.c | 48 ++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 26 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix another bug in parent page splitting during GiST index build
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: MergeAttributes() and related variable renaming