Commit 4331b163 authored by Bruce Momjian's avatar Bruce Momjian

Add comment for questionable 5 padding.

parent ec4ca05c
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: pqcomm.h,v 1.6 1996/12/26 23:28:27 bryanh Exp $ * $Id: pqcomm.h,v 1.7 1997/02/11 15:37:18 momjian Exp $
* *
* NOTES * NOTES
* Some of this should move to libpq.h * Some of this should move to libpq.h
...@@ -70,7 +70,7 @@ typedef struct StartupInfo { ...@@ -70,7 +70,7 @@ typedef struct StartupInfo {
} StartupInfo; } StartupInfo;
/* amount of available data in a packet buffer */ /* amount of available data in a packet buffer */
#define MESSAGE_SIZE sizeof(StartupInfo) + 5 #define MESSAGE_SIZE sizeof(StartupInfo) + 5 /* why 5? BJM 2/11/97 */
/* I/O can be blocking or non-blocking */ /* I/O can be blocking or non-blocking */
#define BLOCKING (FALSE) #define BLOCKING (FALSE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment