提交 76dd88f1 编写于 作者: B Bruce Momjian

Reverse out unused patch.

上级 2a8996f6
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.29 1998/07/12 04:37:55 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.30 1998/07/12 04:43:28 momjian Exp $
* *
* NOTES * NOTES
* *
...@@ -156,13 +156,8 @@ shmem_exit(int code) ...@@ -156,13 +156,8 @@ shmem_exit(int code)
* and so we return immediately to avoid recursion. * and so we return immediately to avoid recursion.
* ---------------- * ----------------
*/ */
if (shmem_exit_inprogress > 9) if (shmem_exit_inprogress)
exit(-1);
else
{
shmem_exit_inprogress++;
return; return;
}
shmem_exit_inprogress = 1; shmem_exit_inprogress = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册