Data type correction in pgstat_report_replslot function parameters

Поиск
Список
Период
Сортировка
От vignesh C
Тема Data type correction in pgstat_report_replslot function parameters
Дата
Msg-id CALDaNm080OpG=ZwOb0i8EyChH5SyHAMFWJCKaKTXmrfvJLbgaA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Data type correction in pgstat_report_replslot function parameters
Список pgsql-hackers
Hi,

While I was reviewing replication slot statistics code, I found one
issue in the data type used for pgstat_report_replslot function
parameters. We pass int64 variables to the function but the function
prototype uses int type. I I felt the function parameters should be
int64. Attached patch fixes the same.
Thoughts?

Regards,
Vignesh

Вложения

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

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Re: pg_amcheck contrib application
Следующее
От: vignesh C
Дата:
Сообщение: Re: Replication slot stats misgivings