[MASSMAIL]pgsql: Assorted minor cleanups in the test_json_parser module - Mailing list pgsql-committers

From Andrew Dunstan
Subject [MASSMAIL]pgsql: Assorted minor cleanups in the test_json_parser module
Date
Msg-id E1rvIN6-001knt-3x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Assorted minor cleanups in the test_json_parser module

Per gripes from Michael Paquier

Discussion: https://postgr.es/m/ZhTQ6_w1vwOhqTQI@paquier.xyz

Along the way, also clean up a handful of typos in 3311ea86ed and
ea7b4e9a2a, found by Alexander Lakhin, and a couple of stylistic
snafus noted by Daniel Westermann and Daniel Gustafsson.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42fa4b660143b66bea1fb90793ec90054e170c93

Modified Files
--------------
src/backend/backup/basebackup_incremental.c        |  6 ++---
src/common/jsonapi.c                               |  6 ++---
src/common/parse_manifest.c                        |  2 +-
src/test/modules/test_json_parser/README           | 19 +++++++--------
.../test_json_parser_incremental.c                 | 28 ++++++++++++++++------
.../test_json_parser/test_json_parser_perf.c       | 11 +++++----
6 files changed, 43 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix recently introduced typo in code comment
Next
From: Heikki Linnakangas
Date:
Subject: [MASSMAIL]pgsql: Move libpq encryption negotiation tests