Thread
Commits
-
Fix typo in walreceiver.c
- bbf7c2d9e932 15.0 landed
-
Fix a typo in walreceiver.c
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2022-05-17T05:08:23Z
Hi, Attaching a tiny patch to fix a typo - replace primary_slotname with correct parameter name primary_slot_name in walreceiver.c code comments. Regards, Bharath Rupireddy.
-
Re: Fix a typo in walreceiver.c
Michael Paquier <michael@paquier.xyz> — 2022-05-17T07:52:11Z
On Tue, May 17, 2022 at 10:38:23AM +0530, Bharath Rupireddy wrote: > Attaching a tiny patch to fix a typo - replace primary_slotname with > correct parameter name primary_slot_name in walreceiver.c code > comments. Yep, indeed. Will fix after beta1 is stamped. -- Michael