pgsql: MergeAttributes code deduplication

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: MergeAttributes code deduplication
Дата
Msg-id E1rTJ8t-003BiM-6m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
MergeAttributes code deduplication

The code handling NOT NULL constraints is duplicated in blocks merging
the attribute definition incrementally.  Deduplicate that code.

Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64444ce071f6b04d3fc836f436fa08108a6d11e2

Modified Files
--------------
src/backend/commands/tablecmds.c | 98 ++++++++++++++--------------------------
1 file changed, 35 insertions(+), 63 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Reindex toast before its main relation in reindex_relation()
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make spelling of cancelled/cancellation consistent