Skip to content

Commit c5962ad

Browse files
Fix typo in comment
Commit 98e675e 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
1 parent 871fe49 commit c5962ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/libpqwalreceiver/libpqwalreceiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ libpqrcv_identify_system(WalReceiverConn *conn, TimeLineID *primary_tli)
383383
}
384384

385385
/*
386-
* IDENTIFY_SERVER returns 3 columns in 9.3 and earlier, and 4 columns in
386+
* IDENTIFY_SYSTEM returns 3 columns in 9.3 and earlier, and 4 columns in
387387
* 9.4 and onwards.
388388
*/
389389
if (PQnfields(res) < 3 || PQntuples(res) != 1)

0 commit comments

Comments
 (0)