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 bf3473c commit df73854Copy full SHA for df73854
src/backend/postmaster/postmaster.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3.2.3 1996/10/04 20:33:18 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3.2.4 1996/10/07 07:19:38 scrappy Exp $
14
15
* NOTES
16
@@ -541,7 +541,7 @@ ServerLoop()
541
}
542
FD_CLR(port->sock, &basemask);
543
StreamClose(port->sock);
544
- next = DLGetPred(curr);
+ next = DLGetSucc(curr);
545
DLRemove(curr);
546
DLFreeElem(curr);
547
curr = next;
0 commit comments