diff --git a/src/backend/storage/ipc/dsm.c b/src/backend/storage/ipc/dsm.c index d2b231f7895e4be67b1cfdfae027ca8bd712c4a6..96ca85e7d075bc81de0fea15dd4fe540536e6552 100644 --- a/src/backend/storage/ipc/dsm.c +++ b/src/backend/storage/ipc/dsm.c @@ -466,7 +466,7 @@ dsm_create(Size size, int flags) if (!dsm_init_done) dsm_backend_startup(); - /* + /* * If we've been instructed to return NULL when it's not possible to * register another segment, check whether we seem to be at the limit. * This allows us to avoid the overhead of creating a new segment only to