pgsql: Fix typos in comments.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in comments.
Date: 2025-08-16 08:12:03
Message-ID: E1unC1C-0007cN-1s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in comments.

Oversight in commit fd5a1a0c3e56.

Author: Tender Wang <tndrwang(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHewXNmTT3M_w4NngG=6G3mdT3iJ6DdncTqV9YnGXBPHW8XYtA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/928da6ff1254f471941e43f9ad258cc6b1f037e4

Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
src/backend/replication/logical/worker.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-08-17 06:27:57 pgsql: Add isolation test for TOAST value reuse during CLUSTER
Previous Message Masahiko Sawada 2025-08-15 18:59:34 pgsql: Fix constant when extracting timestamp from UUIDv7.