pgsql: Rename pg_verifybackup's JsonManifestParseContext callback funct

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Rename pg_verifybackup's JsonManifestParseContext callback funct
Дата
Msg-id E1rAZi8-008kSs-K4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/278eb13c48236c261ed4bab1cb4696321e346eb7

Modified Files
--------------
src/bin/pg_verifybackup/pg_verifybackup.c | 36 +++++++++++++++----------------
1 file changed, 18 insertions(+), 18 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Rename JsonManifestParseContext callbacks.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Add support for deparsing semi-joins to contrib/postgres_fdw