Data type correction in pgstat_report_replslot function parameters

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Data type correction in pgstat_report_replslot function parameters
Date: 2021-04-01 16:49:54
Message-ID: CALDaNm080OpG=ZwOb0i8EyChH5SyHAMFWJCKaKTXmrfvJLbgaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Data-type-correction-in-pgstat_report_replslot.patch text/x-patch 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-04-01 16:55:40 Re: Replication slot stats misgivings
Previous Message Mark Dilger 2021-04-01 16:32:44 Re: pg_amcheck contrib application