diff options
author | Amit Langote <amitlan@postgresql.org> | 2024-07-08 22:11:57 +0900 |
---|---|---|
committer | Amit Langote <amitlan@postgresql.org> | 2024-07-08 22:12:42 +0900 |
commit | d4f8517b0b9436fa3478851024870d8ee0b67801 (patch) | |
tree | f282489cd494f32d6f257aec83f2cea1252df0a5 /src | |
parent | 5afebbe529abc896d4a3c5a092427c28f6be21ab (diff) | |
download | postgresql-d4f8517b0b9436fa3478851024870d8ee0b67801.tar.gz postgresql-d4f8517b0b9436fa3478851024870d8ee0b67801.zip |
Typo fix
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
Discussion: https://postgr.es/m/CAEG8a3KPi=LayiTwJ11ikF7bcqnZUrcj8NgX0V8nO1mQKZ9GfQ@mail.gmail.com
Backpatch-through: 17
Diffstat (limited to 'src')
-rw-r--r-- | src/common/jsonapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/jsonapi.c b/src/common/jsonapi.c index 0c6374b0fc2..2527dbe1da9 100644 --- a/src/common/jsonapi.c +++ b/src/common/jsonapi.c @@ -514,7 +514,7 @@ freeJsonLexContext(JsonLexContext *lex) * * If FORCE_JSON_PSTACK is defined then the routine will call the non-recursive * JSON parser. This is a useful way to validate that it's doing the right - * think at least for non-incremental cases. If this is on we expect to see + * thing at least for non-incremental cases. If this is on we expect to see * regression diffs relating to error messages about stack depth, but no * other differences. */ |