Re: [HACKERS] !USE_WIDE_UPPER_LOWER compile errors in v10+

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] !USE_WIDE_UPPER_LOWER compile errors in v10+
Дата
Msg-id 509cd374-4693-4592-5787-38696814f3e6@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] !USE_WIDE_UPPER_LOWER compile errors in v10+  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On 9/21/17 01:29, Noah Misch wrote:
> I checked !USE_WIDE_UPPER_LOWER by configuring v10 as follows:
> 
>   ./configure -C --prefix=$HOME/sw/nopath/pg10 --enable-debug \
>       --enable-cassert --enable-depend --enable-tap-tests --with-libxml \
>       --with-gssapi --with-openssl ac_cv_func_towlower=no
> 
> The result fails to compile:

Yeah, the placement of the ifdef blocks was pretty bogus.  This patch
fixes it.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Fix bool/int type confusion