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

Rename libpq to use more normal field names.

This commit is contained in:
Bruce Momjian
1998-07-13 02:41:59 +00:00
parent 6ce9c76b0a
commit 8bac4ca87b
2 changed files with 11 additions and 11 deletions

View File

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