Skip to content
Snippets Groups Projects
Commit ec4073f6 authored by Tom Lane's avatar Tom Lane
Browse files

Avoid unreferenced-function warning on low-functionality platforms.

On platforms lacking both locale_t and ICU, collationcmds.c failed
to make any use of its static function is_all_ascii(), thus probably
drawing a compiler warning.  Oversight in my commit ddb5fdc0.
Per buildfarm member gaur.
parent 46e91519
Branches master
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment