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

From Jeevan Ladhe
Subject Re: Data type correction in pgstat_report_replslot function parameters
Date
Msg-id CAOgcT0Mcsdm_dM3iWXFvaDO9VpQAtpLVBL227mNmss=rVbUs=w@mail.gmail.com
Whole thread Raw
In response to Data type correction in pgstat_report_replslot function parameters  (vignesh C <vignesh21@gmail.com>)
Responses Re: Data type correction in pgstat_report_replslot function parameters  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers


On Thu, Apr 1, 2021 at 10:20 PM vignesh C <vignesh21@gmail.com> wrote:
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.

+1 for the change. The patch LGTM. 

Regards,
Jeevan Ladhe

pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: pg_amcheck contrib application
Next
From: Robert Haas
Date:
Subject: Re: pg_amcheck contrib application