]> granicus.if.org Git - postgresql/commit
Add some not null constraints to catalogs
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 27 Aug 2018 14:21:23 +0000 (16:21 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 27 Aug 2018 14:21:23 +0000 (16:21 +0200)
commit9b39b799db781642dd0c1424c28e827d19663e20
tree8ae54d4d1d0830324392e16773f95f6b6a4a0184
parenta556549d7e6dce15fe216bd4130ea64239f4d83f
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).
src/include/catalog/catversion.h
src/include/catalog/pg_attrdef.h
src/include/catalog/pg_default_acl.h
src/include/catalog/pg_policy.h
src/include/catalog/pg_rewrite.h