Thread: pgsql: Add some not null constraints to catalogs

pgsql: Add some not null constraints to catalogs

From
Peter Eisentraut
Date:
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(-)