mirror of
https://github.com/postgres/postgres.git
synced 2025-08-15 14:02:29 +03:00
Allow dynamic allocation of shared memory segments.
Patch by myself and Amit Kapila. Design help from Noah Misch. Review by Andres Freund.
This commit is contained in:
@@ -182,6 +182,7 @@ const char *subdirs[] = {
|
||||
"pg_xlog",
|
||||
"pg_xlog/archive_status",
|
||||
"pg_clog",
|
||||
"pg_dynshmem",
|
||||
"pg_notify",
|
||||
"pg_serial",
|
||||
"pg_snapshots",
|
||||
|
Reference in New Issue
Block a user