Data type correction in pgstat_report_replslot function parameters - Mailing list pgsql-hackers

From vignesh C
Subject Data type correction in pgstat_report_replslot function parameters
Date
Msg-id CALDaNm080OpG=ZwOb0i8EyChH5SyHAMFWJCKaKTXmrfvJLbgaA@mail.gmail.com
Whole thread Raw
Responses Re: Data type correction in pgstat_report_replslot function parameters  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: pg_amcheck contrib application
Next
From: vignesh C
Date:
Subject: Re: Replication slot stats misgivings