Re: Warning is adjusted of pgbench.

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: Warning is adjusted of pgbench.
Дата
Msg-id 02e401c800ce$b5c5c800$c601a8c0@HP22720319231
обсуждение исходный текст
Ответ на Warning is adjusted of pgbench.  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Ответы Re: Warning is adjusted of pgbench.  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-patches
Hi.

>> To be clear: my thought is to put "#define FRONTEND 1" into
>> postgres_fe.h and then eliminate ad-hoc definitions of it from a
>> boatload of Makefiles.  A quick grep suggests that the only place this
>> wouldn't work too well is src/port/, but that could keep on doing what
>> it's doing.

I tried it. and this is patch of test. Then, I still think that consideration
is required to a slight degree involving port.

However, This fully satisfied the following tests. (regression test is all pass)

FreeBSD
MinGW(gcc)
MS-VC8

What do you think?

Regards,
Hiroshi Saito

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Document and/or remove unreachable code in tuptoaster.c from varvarlena patch
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Minor recovery changes