mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
dbutils.c: fix typo in comment
This commit is contained in:
@@ -5707,7 +5707,7 @@ get_node_timeline(PGconn *conn, char *timeline_id_str)
|
|||||||
TimeLineID timeline_id = UNKNOWN_TIMELINE_ID;
|
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)
|
if (PQserverVersion(conn) >= 90600)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user