• Tom Lane's avatar
    Improve reporting of newlocale() failures in CREATE COLLATION. · 37d4fd2b
    Tom Lane authored
    The standardized errno code for "no such locale" failures is ENOENT, which
    we were just reporting at face value, viz "No such file or directory".
    Per gripe from Thom Brown, this might confuse users, so add an errdetail
    message to clarify what it means.  Also, report newlocale() failures as
    ERRCODE_INVALID_PARAMETER_VALUE rather than using
    errcode_for_file_access(), since newlocale()'s errno values aren't
    necessarily tied directly to file access failures.
    37d4fd2b
pg_locale.c 32.8 KB