Re: pg_resetxlog options

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DAZ SD
Тема Re: pg_resetxlog options
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184D238@m0114.s-mxs.net
обсуждение исходный текст
Ответ на pg_resetxlog options  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
>> Some other time maybe. Meanwhile, this patch ought to make it compile
>> more cleanly on Windows - not sure why I get errors there but not
>> Linux.
>
> Because getopt() is normally declared in unistd.h, not getopt.h (Windows
> being an exception?).

getopt is not in any standard Windows headers. The getopt.h header is from mingw
to assist porting (don't know why they didn't put it in unistd.h ?).

Andreas

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

Предыдущее
От: Reini Urban
Дата:
Сообщение: Re: are there any cons to linking libstdc++ with postgresql?
Следующее
От: Matt
Дата:
Сообщение: patch: plpgsql - access records with rec.(expr)