diff options
Diffstat (limited to 'src/interfaces/libpq/libpq-fe.h')
-rw-r--r-- | src/interfaces/libpq/libpq-fe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h index 78bd330414c..598e2c8cd2f 100644 --- a/src/interfaces/libpq/libpq-fe.h +++ b/src/interfaces/libpq/libpq-fe.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fe.h,v 1.7 1996/08/13 01:34:29 scrappy Exp $ + * $Id: libpq-fe.h,v 1.8 1996/10/10 08:20:11 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -112,6 +112,7 @@ typedef struct pg_conn{ void *port; /* really a Port* */ int asyncNotifyWaiting; Dllist* notifyList; + char *pguser; /* Postgres username of user who is connected */ } PGconn; #define CMDSTATUS_LEN 40 |