File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.66 1997/12/11 17 :03:52 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.67 1997/12/15 22 :03:59 momjian Exp $
14
14
*
15
15
* NOTES
16
16
*
@@ -663,6 +663,7 @@ ServerLoop(void)
663
663
* the connection id out of the packet so we know who the
664
664
* packet is from.
665
665
*/
666
+ receive_again :
666
667
status = PacketReceive (port , & port -> buf , NON_BLOCKING );
667
668
switch (status )
668
669
{
@@ -686,7 +687,7 @@ ServerLoop(void)
686
687
break ;
687
688
688
689
/* port->nBytes = 0; */
689
- continue ;
690
+ goto receive_again ;
690
691
} else {
691
692
int CSstatus ; /* Completion status of
692
693
* ConnStartup */
You can’t perform that action at this time.
0 commit comments