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