6.2 protocol

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: 6.2 protocol
Date: 2001-02-09 23:30:07
Message-ID: 200102092330.SAA28597@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc pgsql-patches

ODBC still has code to handle 6.2 backends:

/* This startup packet is to support pre-Postgres 6.3 protocol */
typedef struct _StartupPacket6_2
{
unsigned int authtype;
char database[PATH_SIZE];
char user[NAMEDATALEN];
char options[ARGV_SIZE];
char execfile[ARGV_SIZE];
char tty[PATH_SIZE];
} StartupPacket6_2;

Do we still want to carry that code around in ODBC?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2001-02-10 00:15:22 Re: [HACKERS] Open 7.1 items
Previous Message Bruce Momjian 2001-02-09 22:26:35 Fix for large objects

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2001-02-10 00:20:43 Re: 6.2 protocol
Previous Message Hiroshi Inoue 2001-02-09 23:10:57 RE: 7.1 beta 3 Linux ODBC BEGIN Behaviour

Browse pgsql-patches by date

  From Date Subject
Next Message Philip Warner 2001-02-10 00:15:22 Re: [HACKERS] Open 7.1 items
Previous Message Bruce Momjian 2001-02-09 22:26:35 Fix for large objects