pgsql: Add some not null constraints to catalogs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add some not null constraints to catalogs
Date: 2018-08-27 14:35:31
Message-ID: E1fuIc7-0007cR-V3@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add some not null constraints to catalogs

Use BKI_FORCE_NOT_NULL on some catalog field declarations that are never
null (according to the source code that accesses them).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b39b799db781642dd0c1424c28e827d19663e20

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_attrdef.h | 4 ++--
src/include/catalog/pg_default_acl.h | 2 +-
src/include/catalog/pg_policy.h | 2 +-
src/include/catalog/pg_rewrite.h | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-08-27 19:11:27 pgsql: Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY i
Previous Message Michael Paquier 2018-08-27 00:14:43 pgsql: Improve VACUUM and ANALYZE by avoiding early lock queue