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

Commit4331b16

Browse files
committed
Add comment for questionable 5 padding.
1 parentec4ca05 commit4331b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/libpq/pqcomm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pqcomm.h,v 1.6 1996/12/26 23:28:27 bryanh Exp $
9+
* $Id: pqcomm.h,v 1.7 1997/02/11 15:37:18 momjian Exp $
1010
*
1111
* NOTES
1212
* Some of this should move to libpq.h
@@ -70,7 +70,7 @@ typedef struct StartupInfo {
7070
}StartupInfo;
7171

7272
/* amount of available data in a packet buffer */
73-
#defineMESSAGE_SIZEsizeof(StartupInfo) + 5
73+
#defineMESSAGE_SIZEsizeof(StartupInfo) + 5/* why 5? BJM 2/11/97 */
7474

7575
/* I/O can be blocking or non-blocking */
7676
#defineBLOCKING (FALSE)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp