Remove useless if condition This is useless because these fields are not set anywhere before, so we can assign them unconditionally. This also makes this more consistent with ATExecAddColumn().
Reviewed-by: Alvaro Herrera <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/689c66a84bb75e08462c05ffc18514895b19d48e Modified Files -------------- src/backend/commands/tablecmds.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
