diff options
| author | Robert Haas | 2013-10-10 01:05:02 +0000 |
|---|---|---|
| committer | Robert Haas | 2013-10-10 01:05:02 +0000 |
| commit | 0ac5e5a7e152504c71ce2168acc9cef7fde7893c (patch) | |
| tree | 9060ae6a71ae9b7ce5fda85846d3060cdc215432 /src/bin | |
| parent | f566515192461acd8d9c232f48ddac3fc965cfd8 (diff) | |
Allow dynamic allocation of shared memory segments.
Patch by myself and Amit Kapila. Design help from Noah Misch. Review
by Andres Freund.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/initdb/initdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index f66f5302883..a6eb0d80616 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -182,6 +182,7 @@ const char *subdirs[] = { "pg_xlog", "pg_xlog/archive_status", "pg_clog", + "pg_dynshmem", "pg_notify", "pg_serial", "pg_snapshots", |
