two occurrences of assign print_notnull within pg_dump.c

2025-04-05 Thread jian he
hi. in src/bin/pg_dump/pg_dump.c within function dumpTableSchema: there are two occurrences of: print_notnull = (tbinfo->notnull_constrs[j] != NULL && (tbinfo->notnull_islocal[j] || dopt->binary_upgrade

Re: two occurrences of assign print_notnull within pg_dump.c

2025-04-05 Thread Alvaro Herrera
On 2025-Apr-03, Ashutosh Bapat wrote: > On Thu, Apr 3, 2025 at 4:31 PM jian he wrote: > > > > hi. > > > > in src/bin/pg_dump/pg_dump.c > > within function dumpTableSchema: > > there are two occurrences of: > > print_notnull = (tbinfo->notnull_constrs[j] != NULL && > >

Re: two occurrences of assign print_notnull within pg_dump.c

2025-04-03 Thread Ashutosh Bapat
On Thu, Apr 3, 2025 at 4:31 PM jian he wrote: > > hi. > > in src/bin/pg_dump/pg_dump.c > within function dumpTableSchema: > there are two occurrences of: > print_notnull = (tbinfo->notnull_constrs[j] != NULL && > (tbinfo->notnull_islocal[j]