Re: BUG #13594: pg_ctl.exe redirects stderr to Windows Events Log if stderr is redirected to pipe

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13594: pg_ctl.exe redirects stderr to Windows Events Log if stderr is redirected to pipe
Дата
Msg-id 30361.1452219522@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #13594: pg_ctl.exe redirects stderr to Windows Events Log if stderr is redirected to pipe  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: BUG #13594: pg_ctl.exe redirects stderr to Windows Events Log if stderr is redirected to pipe  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-bugs
Michael Paquier <michael.paquier@gmail.com> writes:
> On Fri, Jan 8, 2016 at 12:11 AM, Alvaro Herrera
> <alvherre@2ndquadrant.com> wrote:
>> Pushed.  Obviously I didn't compile any of this, so let's see how the
>> buildfarm likes it.

> It didn't like it much. Thanks for the push and for the post-turbulence fixes.

brolga is still unhappy:

gcc-4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -I../../../src/interfaces/libpq
-I../../../src/include-I/usr/include/libxml2   -c -o pg_ctl.o pg_ctl.c 
pg_ctl.c: In function ‘write_stderr’:
pg_ctl.c:219: warning: implicit declaration of function ‘pgwin32_is_service’
gcc-4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing -fwrapv -g -O2 pg_ctl.o  -L../../../src/common
-lpgcommon-L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L../../../src/port -L../../../src/common
-Wl,--allow-multiple-definition-Wl,--enable-auto-import -L/usr/lib  -L/usr/local/lib -Wl,--as-needed   -lpgcommon
-lpgport-lxslt -lxml2 -lz -lreadline -lcrypt -o pg_ctl.exe 
pg_ctl.o: In function `write_stderr':
/home/andrew/bf/root/HEAD/pgsql.build/src/bin/pg_ctl/pg_ctl.c:219: undefined reference to `_pgwin32_is_service'
collect2: ld returned 1 exit status
make[3]: *** [pg_ctl] Error 1

Too soon to tell about the other Windows critters.

            regards, tom lane

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #13594: pg_ctl.exe redirects stderr to Windows Events Log if stderr is redirected to pipe
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #13594: pg_ctl.exe redirects stderr to Windows Events Log if stderr is redirected to pipe