]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix assertion in collation version lookup.
authorThomas Munro <tmunro@postgresql.org>
Sun, 8 Nov 2020 07:43:45 +0000 (20:43 +1300)
committerThomas Munro <tmunro@postgresql.org>
Sun, 8 Nov 2020 07:45:29 +0000 (20:45 +1300)
commitd50e3b1f8d763d51080ca4f6cbaa6818a6472292
treebd7b4bf786e11f6eb20d9c30dc91f8cae0aeba30
parent8cff66d309b90e03f1e76494375960f35eff6424
Fix assertion in collation version lookup.

Commit 257836a7 included an assertion that a version lookup routine is
not trying to look up "C" or "POSIX", but that case is reachable with
the user-facing SQL function pg_collation_actual_version().  Remove the
assertion.
src/backend/utils/adt/pg_locale.c