Re: DOCS: Avoid using abbreviation "aka"
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-02-29T09:12:08Z
Lists: pgsql-hackers
On Thu, Feb 29, 2024 at 12:02 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Thu, Feb 29, 2024 at 04:51:50PM +1100, Peter Smith wrote: > > HEAD > > For the synchronization to work, it is mandatory to have a physical > > replication slot between the primary and the standby aka > > primary_slot_name should be configured on the standby, and > > hot_standby_feedback must be enabled on the standby. > > > > SUGGESTION > > For the synchronization to work, it is mandatory to have a physical > > replication slot between the primary and the standby (i.e., > > primary_slot_name should be configured on the standby), and > > hot_standby_feedback must be enabled on the standby. > > I agree that this is not a good practice in user-visible docs, and > that your suggested is more pleasant to read. > +1. LGTM as well. -- With Regards, Amit Kapila.
Commits
-
Doc: Improve replication slot synchronization section.
- 60c07820d622 17.0 landed
-
Add a slot synchronization function.
- ddd5f4f54a02 17.0 cited