pgsql: Add some not null constraints to catalogs - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add some not null constraints to catalogs
Date
Msg-id E1fuIc7-0007cR-V3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve VACUUM and ANALYZE by avoiding early lock queue
Next
From: Tom Lane
Date:
Subject: pgsql: Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITYi