diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-04-28 16:54:16 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-04-28 16:54:16 +0000 |
commit | 77acab75dfe2e4741c25c0cf550266caef1eebd2 (patch) | |
tree | 1a5d86661c9394e2e79ae038775e874395f24f59 /src/backend/commands/schemacmds.c | |
parent | 5f70a04c56b69fff0f356abae3091eaa54038a5b (diff) | |
download | postgresql-77acab75dfe2e4741c25c0cf550266caef1eebd2.tar.gz postgresql-77acab75dfe2e4741c25c0cf550266caef1eebd2.zip |
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
rather than returning NULL for some-but-not-all failures as they used to.
Remove now-redundant tests for NULL from call sites.
We had to do something about this because many call sites were failing to
check for NULL; and changing it like this seems a lot more useful and
mistake-proof than adding checks to the call sites without them.
Diffstat (limited to 'src/backend/commands/schemacmds.c')
0 files changed, 0 insertions, 0 deletions