1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix libpq because it was reading from the backend as a short.

This commit is contained in:
Bruce Momjian
1998-07-13 00:01:45 +00:00
parent dc189183eb
commit 6ce9c76b0a
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-fe.h,v 1.31 1998/07/09 03:29:09 scrappy Exp $
* $Id: libpq-fe.h,v 1.32 1998/07/13 00:01:45 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -78,7 +78,7 @@ extern "C"
char *name; /* type name */
Oid adtid; /* type id */
short adtsize; /* type size */
short adtmod; /* type-specific modifier info */
int adtmod; /* type-specific modifier info */
} PGresAttDesc;
/* use char* for Attribute values,