Rename pg_verifybackup's JsonManifestParseContext callback functions.

Robert Haas <rhaas@postgresql.org>

Commit: 278eb13c48236c261ed4bab1cb4696321e346eb7
Author: Robert Haas <rhaas@postgresql.org>
Date: 2023-12-05T17:51:39Z
Releases: 17.0
Rename pg_verifybackup's JsonManifestParseContext callback functions.

The old names were too generic, and would have applied to any binary
that made use of JsonManifestParseContext. Rename to make the names
specific to pg_verifybackup, since there are plans afoot to reuse
this infrastructure.

Per suggestion from Álvaro Herrra.

Discussion: http://postgr.es/m/202311131625.o7hzq3oukuyd@alvherre.pgsql

Files

PathChange+/−
src/bin/pg_verifybackup/pg_verifybackup.c modified +18 −18

Discussion