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
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 &&
> >
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]