diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/postmaster/bgworker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/postmaster/bgworker.h b/src/include/postmaster/bgworker.h index 8e9ef7c7bfa..6d4122b4c7e 100644 --- a/src/include/postmaster/bgworker.h +++ b/src/include/postmaster/bgworker.h @@ -48,6 +48,7 @@ /* * Pass this flag to have your worker be able to connect to shared memory. + * This flag is required. */ #define BGWORKER_SHMEM_ACCESS 0x0001 |