Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf104192

Browse files
committed
Remove duplicate set of print_notnull
I inserted the second one by mistake in commit14e87ff.Reported-by: jian he <jian.universality@gmail.com>Confirmed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>Discussion:https://postgr.es/m/CACJufxFqckBFxPfCixHHbOr0zMLksviTj2m3o12-tErfx_PvTg@mail.gmail.com
1 parentb82e7ed commitf104192

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 0 additions & 5 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp