pgsql: Fix not-quite-right string comparison in parse_jsonb_index_flags

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix not-quite-right string comparison in parse_jsonb_index_flags
Дата
Msg-id E1ixekQ-0001gA-1g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix not-quite-right string comparison in parse_jsonb_index_flags().

This code would accept "strinX", where X is any 1-byte character,
as meaning "string".  Clearly it wasn't meant to do that.

No back-patch, since this doesn't affect correct queries and
there's some tiny chance we'd break somebody's incorrect query
in a minor release.

Report and patch by Dominik Czarnota.

Discussion: https://postgr.es/m/CABEVAa1dU0mDCAfaT8WF2adVXTDsLVJy_izotg6ze_hh-cn8qQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/870ad6a59bbbd95c2dc3cfe67b07d0e079599edf

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix CheckAttributeType's handling of collations for ranges.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix memory leak on DSM slot exhaustion.