Re: Data type correction in pgstat_report_replslot function parameters

From: Jeevan Ladhe <jeevan(dot)ladhe(at)enterprisedb(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Data type correction in pgstat_report_replslot function parameters
Date: 2021-04-01 17:18:07
Message-ID: CAOgcT0Mcsdm_dM3iWXFvaDO9VpQAtpLVBL227mNmss=rVbUs=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 1, 2021 at 10:20 PM vignesh C <vignesh21(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-04-01 17:20:34 Re: pg_amcheck contrib application
Previous Message Mark Dilger 2021-04-01 17:06:04 Re: pg_amcheck contrib application