diff options
| author | Bruce Momjian | 2001-08-21 00:33:28 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-08-21 00:33:28 +0000 |
| commit | bca9d0cdf4257baec757b91be8a29605118ebcac (patch) | |
| tree | c2c7ad28e9dea14c7a7b7941dec7946a9a0a2b9c /src/include | |
| parent | 04fdf73a05a25219be68ea9cff67049f9b6d2dac (diff) | |
Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/libpq/pqcomm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 57a7e79696a..48e304d9753 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.57 2001/08/16 04:27:18 momjian Exp $ + * $Id: pqcomm.h,v 1.58 2001/08/21 00:33:27 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -133,6 +133,7 @@ typedef struct StartupPacket #define AUTH_REQ_PASSWORD 3 /* Password */ #define AUTH_REQ_CRYPT 4 /* crypt password */ #define AUTH_REQ_MD5 5 /* md5 password */ +#define AUTH_REQ_SCM_CREDS 6 /* transfer SCM credentials */ typedef uint32 AuthRequest; |
