Re: [PATCHES] snprintf() argument reordering not working - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCHES] snprintf() argument reordering not working
Date
Msg-id 4395B17D.7080009@dunslane.net
Whole thread Raw
In response to Re: [PATCHES] snprintf() argument reordering not working  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers

Andrew Dunstan wrote:

>
>
>
> I committed the pg_regress change back in Nov but didn't change 
> buildfarm to use it. And now I look at it more closely I think it 
> won't work. We have:
>
> /   # locale
> /   NOLOCALE :=
>   ifdef NO_LOCALE
>   NOLOCALE += --no-locale
>   endif
>
> I think instead of the += line we need:
>
>   override NOLOCALE := --nolocale
>
>

and if I look after I have had some coffee I will see the underscore I 
missed that makes it make sense. We now return you to your regular viewing.

cheers

andrew


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Oddity with extract microseconds?
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Oddity with extract microseconds?