Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> +#ifndef TRUST_STRXFRM
> + if (!collate_c)
> + abbreviate = false;
> +#endif
Ah, I did not realize that abbreviation would be of any value in C locale.
If it is, then +1 for something like the above.
regards, tom lane