Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256ee0d commit 390c148Copy full SHA for 390c148
src/backend/port/sysv_shmem.c
@@ -10,7 +10,7 @@
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.36 2004/08/29 05:06:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.37 2004/09/10 14:24:25 momjian Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -373,7 +373,7 @@ PGSharedMemoryDetach(void)
373
if (UsedShmemSegAddr != NULL)
374
{
375
if ((shmdt(UsedShmemSegAddr) < 0)
376
-#if (defined(EXEC_BACKEND) && defined(__CYGWIN__))
+#if defined(EXEC_BACKEND) && defined(__CYGWIN__)
377
/* Work-around for cygipc exec bug */
378
&& shmdt(NULL) < 0
379
#endif
0 commit comments