pgsql: Fix assertion in collation version lookup.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix assertion in collation version lookup.
Дата
Msg-id E1kbfVx-0000sE-00@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix test for error message change
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe