diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-16 04:27:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-16 04:27:18 +0000 |
commit | cd6868176ee24e4c05e13768ea85561ef0ca25b5 (patch) | |
tree | a029989a25c5b1dc2cfbafde636e27fa594fb727 /src/interfaces/libpq/libpq-int.h | |
parent | 368e87e6ae19d0ffb2c4ad0dabbe1eed4a19f30c (diff) | |
download | postgresql-cd6868176ee24e4c05e13768ea85561ef0ca25b5.tar.gz postgresql-cd6868176ee24e4c05e13768ea85561ef0ca25b5.zip |
Remove protocol version change. Try MD5 first, then crypt() on all clients.
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index a681e72beed..bab52c390b3 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-int.h,v 1.37 2001/08/15 18:42:16 momjian Exp $ + * $Id: libpq-int.h,v 1.38 2001/08/16 04:27:18 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -45,7 +45,7 @@ * pqcomm.h describe what the backend knows, not what libpq knows. */ -#define PG_PROTOCOL_LIBPQ PG_PROTOCOL(2,1) +#define PG_PROTOCOL_LIBPQ PG_PROTOCOL(2,0) /* * POSTGRES backend dependent Constants. |