pg_atoi patch for postgreSQL 6.3.

Поиск
Список
Период
Сортировка
От Billy G. Allie
Тема pg_atoi patch for postgreSQL 6.3.
Дата
Msg-id m0y92dq-0009h0C@bgalli.mug.org
обсуждение исходный текст
Список pgsql-hackers
The attached patch will ensure that pg_atoi will return 0 when passed an empty
string regardless of what strtol will do with an empty string.  Some
implementations of strtol will generate an error if passed an emtpy string.

____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: INSERT with GROUP
Следующее
От: Cristian Gafton
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] 6.2.1 COPY X FROM stdin; -- broken pipe