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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d50e3b1f8d763d51080ca4f6cbaa6818a6472292 Modified Files -------------- src/backend/utils/adt/pg_locale.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)