]> granicus.if.org Git - postgresql/commitdiff
Correct function name in comment of logical decoding code
authorMichael Paquier <michael@paquier.xyz>
Mon, 2 Jul 2018 04:30:12 +0000 (13:30 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 2 Jul 2018 04:30:12 +0000 (13:30 +0900)
Reported-by: Dave Cramer
Author: Euler Taveira
Discussion: https://postgr.es/m/CADK3HHKnPGJDLhjOFBY6+70Wd14iEH8c2GKw7UrOuUHp_GNFrA@mail.gmail.com

src/backend/replication/logical/logical.c

index 61588d626f608006196c769ad9807f1d3ac592e9..c2d0e0c723f457a6c0cfc95b11208bcdaaa73102 100644 (file)
@@ -910,7 +910,7 @@ LogicalIncreaseXminForSlot(XLogRecPtr current_lsn, TransactionId xmin)
  * Mark the minimal LSN (restart_lsn) we need to read to replay all
  * transactions that have not yet committed at current_lsn.
  *
- * Just like IncreaseRestartDecodingForSlot this only takes effect when the
+ * Just like LogicalIncreaseXminForSlot this only takes effect when the
  * client has confirmed to have received current_lsn.
  */
 void