6.2 protocol
От | Bruce Momjian |
---|---|
Тема | 6.2 protocol |
Дата | |
Msg-id | 200102092330.SAA28597@candle.pha.pa.us обсуждение исходный текст |
Ответы |
Re: 6.2 protocol
|
Список | 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 по дате отправления: