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
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to