6.2 protocol - Mailing list pgsql-hackers

From Bruce Momjian
Subject 6.2 protocol
Date
Msg-id 200102092330.SAA28597@candle.pha.pa.us
Whole thread Raw
Responses Re: 6.2 protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Fix for large objects
Next
From: Philip Warner
Date:
Subject: Re: Open 7.1 items