File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
77 *
88 * IDENTIFICATION
9- * $PostgreSQL: pgsql/src/backend/port/win32_shmem.c,v 1.14 2010/01/02 16:57:50 momjian Exp $
9+ * $PostgreSQL: pgsql/src/backend/port/win32_shmem.c,v 1.15 2010/01/04 01:06:21 itagaki Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
@@ -350,7 +350,7 @@ pgwin32_ReserveSharedMemoryRegion(HANDLE hChild)
350350 MEM_RESERVE , PAGE_READWRITE );
351351 if (address == NULL ) {
352352 /* Don't use FATAL since we're running in the postmaster */
353- elog (LOG , "could not reserve shared memory region (addr=%p) for child %lu : %lu" ,
353+ elog (LOG , "could not reserve shared memory region (addr=%p) for child %p : %lu" ,
354354 UsedShmemSegAddr , hChild , GetLastError ());
355355 return false;
356356 }
You can’t perform that action at this time.
0 commit comments