Rename pg_verifybackup's JsonManifestParseContext callback functions.
authorRobert Haas <rhaas@postgresql.org>
Thu, 16 Nov 2023 18:15:14 +0000 (13:15 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 30 Nov 2023 13:43:52 +0000 (08:43 -0500)
commitf7c178b722381aab138ae422341897c6de8ef522
tree65c902040071a3bf7869287f335704ffa9717cf0
parentf059dd592e239f6e4d26c7d0e06bab04f5522977
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.
src/bin/pg_verifybackup/pg_verifybackup.c