diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-03-19 13:02:16 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-03-19 13:03:03 -0400 |
commit | 12968cf4085409c50f70c6643d92befdb34008f6 (patch) | |
tree | 5b54eca34e67eb16387e94c4d3c69acf03678140 /src/backend/utils/adt/misc.c | |
parent | 5f286c02423f28c8e4c4d07569417a3d4f40f1a0 (diff) | |
download | postgresql-12968cf4085409c50f70c6643d92befdb34008f6.tar.gz postgresql-12968cf4085409c50f70c6643d92befdb34008f6.zip |
Add flags argument to dsm_create.
Right now, there's only one flag, DSM_CREATE_NULL_IF_MAXSEGMENTS,
which suppresses the error that would normally be thrown when the
maximum number of segments already exists, instead returning NULL.
It might be useful to add more flags in the future, such as one to
ignore allocation errors, but I haven't done that here.
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions