About get_relation_constraints and include_notnull - Mailing list pgsql-hackers

From Amit Langote
Subject About get_relation_constraints and include_notnull
Date
Msg-id 569734A3.9010305@lab.ntt.co.jp
Whole thread Raw
Responses Re: About get_relation_constraints and include_notnull  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Why does the argument include_notnull argument exist if
get_relation_constraints() is being called from only one place? Perhaps we
could remove it and add the IS NOT NULL test expression unconditionally if
there are any NOT NULL columns.

Thanks,
Amit





pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Removing service-related code in pg_ctl for Cygwin
Next
From: Ashutosh Bapat
Date:
Subject: Re: FDW join pushdown and scanclauses