pgsql: Fix typo in comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix typo in comment
Date
Msg-id E1rD0vT-009pj6-5u@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com>
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcba1f@gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5902ba5b21da9bf16377971360bcf4232728e0bf

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typo in comment
Next
From: Michael Paquier
Date:
Subject: pgsql: Prevent tuples to be marked as dead in subtransactions on standb