File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
7
7
*
8
8
* 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 $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -350,7 +350,7 @@ pgwin32_ReserveSharedMemoryRegion(HANDLE hChild)
350
350
MEM_RESERVE , PAGE_READWRITE );
351
351
if (address == NULL ) {
352
352
/* 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" ,
354
354
UsedShmemSegAddr , hChild , GetLastError ());
355
355
return false;
356
356
}
You can’t perform that action at this time.
0 commit comments