mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
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 in3311ea86ed
andea7b4e9a2a
, found by Alexander Lakhin, and a couple of stylistic snafus noted by Daniel Westermann and Daniel Gustafsson.
This commit is contained in:
@@ -806,7 +806,7 @@ json_manifest_finalize_wal_range(JsonManifestParseState *parse)
|
||||
* the rest of the file.
|
||||
*
|
||||
* For an incremental parse, this will just be called on the last chunk of the
|
||||
* manifest, and the cryptohash context paswed in. For a non-incremental
|
||||
* manifest, and the cryptohash context passed in. For a non-incremental
|
||||
* parse incr_ctx will be NULL.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user