Обсуждение: pgsql: Fix incorrect format placeholder

Поиск
Список
Период
Сортировка

pgsql: Fix incorrect format placeholder

От
Peter Eisentraut
Дата:
Fix incorrect format placeholder

Not only did the format placeholder not match the variable, the
variable also didn't match the function it was getting its value from.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/025f0a6f9113efe89bb65b9efe0cb96a5d7c7ad1

Modified Files
--------------
src/backend/backup/basebackup_incremental.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)