Rename pg_verifybackup's JsonManifestParseContext callback functions.
authorRobert Haas
Tue, 5 Dec 2023 17:51:39 +0000 (12:51 -0500)
committerRobert Haas
Tue, 5 Dec 2023 17:51:39 +0000 (12:51 -0500)
commit278eb13c48236c261ed4bab1cb4696321e346eb7
tree1a80830b377a9d478761408a3af0c5142df3b040
parentd463aa06a9a8c078c1a80ac14b65765b9e5b9ecd
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[email protected]
src/bin/pg_verifybackup/pg_verifybackup.c