pgsql: Fix typo in comment

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2023-12-12 11:24:34
Message-ID: E1rD0sM-009pep-91@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment

Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.

Reported-by: Alexander Lakhin <exclusion(at)gmail(dot)com>
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcba1f@gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-12-12 11:25:59 pgsql: Fix typo in comment
Previous Message Thomas Munro 2023-12-12 00:15:55 pgsql: Provide vectored variants of FileRead() and FileWrite().