diff options
author | Andres Freund <andres@anarazel.de> | 2015-02-21 22:37:05 +0100 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-02-21 22:37:05 +0100 |
commit | 82a532b34d7547b43b90e2e4d4953f4be1c655b8 (patch) | |
tree | 2dcc346ed20fa112ca00232be56db5289035e1c4 /src/backend/utils/adt/arrayfuncs.c | |
parent | eb68379c38202180bc8e33fb9987284e314b7fc8 (diff) | |
download | postgresql-82a532b34d7547b43b90e2e4d4953f4be1c655b8.tar.gz postgresql-82a532b34d7547b43b90e2e4d4953f4be1c655b8.zip |
Force some system catalog table columns to be marked NOT NULL.
In a manual pass over the catalog declaration I found a number of
columns which the boostrap automatism didn't mark NOT NULL even though
they actually were. Add BKI_FORCE_NOT_NULL markings to them.
It's usually not critical if a system table column is falsely determined
to be nullable as the code should always catch relevant cases. But it's
good to have a extra layer in place.
Discussion: 20150215170014.GE15326@awork2.anarazel.de
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions