pgsql: Fix typos in logical replication code comments

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in logical replication code comments
Date: 2025-11-17 12:41:59
Message-ID: E1vKyYR-0076Sk-2P@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in logical replication code comments

Author: Chao Li <lic(at)highgo(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAEoWx2kt8m7wV39_zOBds5SNXx9EAkDqb5cPshk7Bxw6Js4Zpg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ab805989b2ee500cfa060ea36a9133b355bb4f0f

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 4 ++--
src/backend/replication/logical/launcher.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-11-17 14:25:41 pgsql: doc: Document default values for some pg_recvlogical options.
Previous Message Daniel Gustafsson 2025-11-17 12:32:40 pgsql: Mention md5 deprecation in postgresql.conf.sample