Missing reference to pgstat_replslot.c in pgstat.c

Started by Bertrand Drouvotalmost 4 years ago4 messageshackers
Jump to latest
#1Bertrand Drouvot
bertranddrouvot.pg@gmail.com

Hi hackers,

I think there's a missing reference to pgstat_replslot.c in pgstat.c.

Attached a tiny patch to fix it.

Regards,
Bertrand

Attachments:

v1-0001-mentioning-pgstat_replslot-in-pgstat.patchtext/plain; charset=UTF-8; name=v1-0001-mentioning-pgstat_replslot-in-pgstat.patchDownload+1-0
#2Masahiko Sawada
sawada.mshk@gmail.com
In reply to: Bertrand Drouvot (#1)
Re: Missing reference to pgstat_replslot.c in pgstat.c

On Wed, Jun 22, 2022 at 3:29 PM Drouvot, Bertrand <bdrouvot@amazon.com> wrote:

Hi hackers,

I think there's a missing reference to pgstat_replslot.c in pgstat.c.

Attached a tiny patch to fix it.

+1

Regards,

--
Masahiko Sawada
EDB: https://www.enterprisedb.com/

#3Andres Freund
andres@anarazel.de
In reply to: Bertrand Drouvot (#1)
Re: Missing reference to pgstat_replslot.c in pgstat.c

Hi,

On 2022-06-22 08:29:03 +0200, Drouvot, Bertrand wrote:

I think there's a missing reference to pgstat_replslot.c in pgstat.c.

Indeed...

Attached a tiny patch to fix it.

Thanks. Pushed.

Greetings,

Andres Freund

#4Bertrand Drouvot
bertranddrouvot.pg@gmail.com
In reply to: Andres Freund (#3)
Re: Missing reference to pgstat_replslot.c in pgstat.c

Hi,

On 6/23/22 2:01 AM, Andres Freund wrote:

Hi,

On 2022-06-22 08:29:03 +0200, Drouvot, Bertrand wrote:

I think there's a missing reference to pgstat_replslot.c in pgstat.c.

Indeed...

Attached a tiny patch to fix it.

Thanks. Pushed.

Thanks!

Bertrand