Fix incorrect method name in comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 8 Feb 2018 19:35:54 +0000 (14:35 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 8 Feb 2018 19:35:54 +0000 (14:35 -0500)
Atsushi Torikoshi

Discussion: http://postgr.es/m/1b056262-4bc0-a982-c899-bb67a0a7fd52@lab.ntt.co.jp

src/backend/replication/walsender.c

index 130ecd5559b6c8148845e273b2991884ec051613..d46374ddce9c70bb9f99d962a4b10d9017a4a90a 100644 (file)
@@ -1243,7 +1243,7 @@ WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid,
 }
 
 /*
- * LogicalDecodingContext 'progress_update' callback.
+ * LogicalDecodingContext 'update_progress' callback.
  *
  * Write the current position to the log tracker (see XLogSendPhysical).
  */