pgsql: jsonpath_exec: fix typo "absense" -> "absence" - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: jsonpath_exec: fix typo "absense" -> "absence"
Date
Msg-id E1rKieT-00D9tU-Mv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
jsonpath_exec: fix typo "absense" -> "absence"

Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna.

Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5bc7b33b4e16d02fc21b493649939e438b071850

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix typos in comments and in one isolation test.
Next
From: Robert Haas
Date:
Subject: pgsql: Remove Lock suffix from WALSummarizerLock in wait_event_names.tx