MergeAttributes code deduplication The code handling NOT NULL constraints is duplicated in blocks merging the attribute definition incrementally. Deduplicate that code.
Author: Ashutosh Bapat <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] 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(-)
