Add some not null constraints to catalogs
Peter Eisentraut <peter_e@gmx.net>
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).
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_attrdef.h | modified | +2 −2 |
| src/include/catalog/pg_default_acl.h | modified | +1 −1 |
| src/include/catalog/pg_policy.h | modified | +1 −1 |
| src/include/catalog/pg_rewrite.h | modified | +2 −2 |