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

Remove protocol version change. Try MD5 first, then crypt() on all clients.

This commit is contained in:
Bruce Momjian
2001-08-16 04:27:18 +00:00
parent 368e87e6ae
commit cd6868176e
4 changed files with 16 additions and 20 deletions

View File

@@ -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.