pgsql: Fix a typo in logicalrep_write_typ().

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a typo in logicalrep_write_typ().
Date: 2024-07-12 05:02:45
Message-ID: E1sS8Qf-001KwH-BJ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a typo in logicalrep_write_typ().

Author: ChangAo Chen
Discussion: https://postgr.es/m/tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63909da9783a4736b01911fe3ee829651ff3c7d8

Modified Files
--------------
src/backend/replication/logical/proto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-07-12 06:12:34 pgsql: Add assertion in pgstat_write_statsfile() about processes allowe
Previous Message Amit Kapila 2024-07-12 04:34:28 pgsql: Fix unstable test in 040_pg_createsubscriber.