dblink crash fix

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема dblink crash fix
Дата
Msg-id Pine.BSO.4.56.0410271908550.18816@leary.csoft.net
обсуждение исходный текст
Ответы Re: dblink crash fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This makes dblink pass its installcheck test on platforms where
snprintf(data, len, "%s", NULL) crash.

The code was trying to find a connection by name when it already had an
unnamed connection and did not have a name to search with.

Kris Jurka

Вложения

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

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: [HACKERS] ARC Memory Usage analysis
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] rmtree() failure on Windows