Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f1802f

Browse files
committed
Fix for user password packet processing, from Goran Thyni.
1 parentab179d6 commit0f1802f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* 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 $
1414
*
1515
* NOTES
1616
*
@@ -663,6 +663,7 @@ ServerLoop(void)
663663
* the connection id out of the packet so we know who the
664664
* packet is from.
665665
*/
666+
receive_again:
666667
status=PacketReceive(port,&port->buf,NON_BLOCKING);
667668
switch (status)
668669
{
@@ -686,7 +687,7 @@ ServerLoop(void)
686687
break;
687688

688689
/* port->nBytes = 0; */
689-
continue;
690+
gotoreceive_again;
690691
}else {
691692
intCSstatus;/* Completion status of
692693
* ConnStartup */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp