On 3/24/17 20:32, David Rowley wrote:
> but forgot to update varstr_cmp() completely.
> 
> result = wcscoll_l((LPWSTR) a1p, (LPWSTR) a2p, mylocale);
> 
> should be:
> 
> result = wcscoll_l((LPWSTR) a1p, (LPWSTR) a2p, mylocale->info.lt);
> 
> Patch attached.

Fixed.

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


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

Reply via email to