diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-12 07:36:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-12 07:36:51 +0000 |
commit | b4cea00a1fc9d2270bfe9aeeee44915378d5f733 (patch) | |
tree | 16a6702b864f8e8795a498c4e2bf5f91fee54862 /src/interfaces/libpq/libpq-int.h | |
parent | e5549a272d922c5d9ed177a823914fdee6ada08d (diff) |
IPv6 cleanups.
Kurt Roeckx
Andrew Dunstan
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index f710f58b8e4..47dbbb4af5f 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-int.h,v 1.72 2003/06/09 17:59:19 tgl Exp $ + * $Id: libpq-int.h,v 1.73 2003/06/12 07:36:51 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -263,7 +263,6 @@ struct pg_conn int sock; /* Unix FD for socket, -1 if not connected */ SockAddr laddr; /* Local address */ SockAddr raddr; /* Remote address */ - int raddr_len; /* Length of remote address */ ProtocolVersion pversion; /* FE/BE protocol version in use */ char sversion[8]; /* The first few bytes of server version */ |