Re: [HACKERS] VACUUM ANALYZE problem on linux

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [HACKERS] VACUUM ANALYZE problem on linux
Дата
Msg-id Pine.SOL2.3.96.SK.990315184959.23955A-100000@sun.med.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] VACUUM ANALYZE problem on linux  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, 15 Mar 1999, Tom Lane wrote:
> Sure looks like strcoll is broken on your platform.  Build a little test
> program and see if strcoll("", "") coredumps ... if the traceback is
> accurate, that's what was getting passed to it.

#include <stdio.h>
#include <string.h>

int main()
{  printf("strcoll: %d\n", strcoll("", ""));return 0;
}
  prints: "strcoll: 0". No core.

>             regards, tom lane
> 

Oleg.
----    Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net          Programmers don't die, they
justGOSUB without RETURN.
 



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] new mirror
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Bug with sequences in 6.4.2