Reverse out unused patch.
This commit is contained in:
parent
2a8996f631
commit
76dd88f10b
@ -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)
|
|||||||
* 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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user