bug?? on oid2name

Поиск
Список
Период
Сортировка
От Luis Amigo
Тема bug?? on oid2name
Дата
Msg-id 3BF3EB35.ABD3F35F@bonito.atc.unican.es
обсуждение исходный текст
Список pgsql-docs
I'm running postgers 7.1.3 on a origin 2000 running Irix 6.5.13 and
oid2name hangs up. It's because on line   68 "while ((c = getopt(argc,
argv, "H:p:U:P:d:t:o:xh?")) != EOF)"
we're trying to compare a char (unsigned int on IRIX) with EOF(-1 here).
it's fixed declaring int c instead of char c.
hope it helps


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

Предыдущее
От: Stéphane Raimbault
Дата:
Сообщение: Errors in tutorial
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Errors in tutorial