pgsql: MergeAttributes code deduplication

Started by Peter Eisentrautover 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/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(-)