Skip to content

Commit f104192

Browse files
committed
Remove duplicate set of print_notnull
I inserted the second one by mistake in commit 14e87ff. Reported-by: jian he <[email protected]> Confirmed-by: Ashutosh Bapat <[email protected]> Discussion: https://postgr.es/m/CACJufxFqckBFxPfCixHHbOr0zMLksviTj2m3o12-tErfx_PvTg@mail.gmail.com
1 parent b82e7ed commit f104192

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bin/pg_dump/pg_dump.c

-5
Original file line numberDiff line numberDiff line change
@@ -16681,11 +16681,6 @@ dumpTableSchema(Archive *fout, const TableInfo *tbinfo)
1668116681
tbinfo->attrdefs[j]->adef_expr);
1668216682
}
1668316683

16684-
print_notnull = (tbinfo->notnull_constrs[j] != NULL &&
16685-
(tbinfo->notnull_islocal[j] ||
16686-
dopt->binary_upgrade ||
16687-
tbinfo->ispartition));
16688-
1668916684
if (print_notnull)
1669016685
{
1669116686
if (tbinfo->notnull_constrs[j][0] == '\0')

0 commit comments

Comments
 (0)