Avoid unreferenced-function warning on low-functionality platforms.
Tom Lane <tgl@sss.pgh.pa.us>
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 ddb5fdc06. Per buildfarm member gaur.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/collationcmds.c | modified | +7 −5 |