1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

I think we're done with protocol instability, so mark server and libpq

as speaking the one true 3.0 protocol.
This commit is contained in:
Tom Lane
2003-05-08 18:33:39 +00:00
parent c0a8c3ac13
commit 075a0078df
3 changed files with 5 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-int.h,v 1.69 2003/05/08 18:16:37 tgl Exp $
* $Id: libpq-int.h,v 1.70 2003/05/08 18:33:39 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -56,7 +56,7 @@ typedef int ssize_t; /* ssize_t doesn't exist in VC (atleast
* pqcomm.h describe what the backend knows, not what libpq knows.
*/
#define PG_PROTOCOL_LIBPQ PG_PROTOCOL(3,108) /* XXX temporary value */
#define PG_PROTOCOL_LIBPQ PG_PROTOCOL(3,0)
/*
* POSTGRES backend dependent Constants.