pgsql: Fix typo related to to_tsvector() in tests of json and jsonb

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix typo related to to_tsvector() in tests of json and jsonb
Дата
Msg-id E1h4hAU-0005dQ-MW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typo related to to_tsvector() in tests of json and jsonb

Author: Sho Kato
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/25C1C6B2E7BE044889E4FE8643A58BA963E1D03D@G01JPEXMBKW03

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e197bf19556a1699b0e11e1ff111d77d09f6f80

Modified Files
--------------
src/test/regress/expected/json.out  | 2 +-
src/test/regress/expected/jsonb.out | 2 +-
src/test/regress/sql/json.sql       | 2 +-
src/test/regress/sql/jsonb.sql      | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Enable parallel query with SERIALIZABLE isolation.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix volatile vs. pointer confusion