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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo related to to_tsvector() in tests of json and jsonb
Date: 2019-03-15 07:22:14
Message-ID: E1h4hAU-0005dQ-MW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-15 07:59:51 pgsql: Fix volatile vs. pointer confusion
Previous Message Thomas Munro 2019-03-15 04:49:49 pgsql: Enable parallel query with SERIALIZABLE isolation.