dbutils.c: fix typo in comment

This commit is contained in:
Ian Barwick
2022-05-13 11:51:58 +09:00
parent 8f5319ce75
commit 433bde82e8

View File

@@ -5707,7 +5707,7 @@ get_node_timeline(PGconn *conn, char *timeline_id_str)
TimeLineID timeline_id = UNKNOWN_TIMELINE_ID;
/*
* PG_control_checkpoint() was introduced in PostgreSQL 9.6
* pg_control_checkpoint() was introduced in PostgreSQL 9.6
*/
if (PQserverVersion(conn) >= 90600)
{