diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-07-02 13:30:12 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-07-02 13:30:12 +0900 |
commit | c072e80337e6b1e829141c9cd8ba0bc585f5c2ab (patch) | |
tree | 5c06608e7859a22669525ee9d303f85a7e11a6a4 /src | |
parent | a33969ee918aafdb9086be27d7d63b129b4bfc44 (diff) | |
download | postgresql-c072e80337e6b1e829141c9cd8ba0bc585f5c2ab.tar.gz postgresql-c072e80337e6b1e829141c9cd8ba0bc585f5c2ab.zip |
Correct function name in comment of logical decoding code
Reported-by: Dave Cramer
Author: Euler Taveira
Discussion: https://postgr.es/m/CADK3HHKnPGJDLhjOFBY6+70Wd14iEH8c2GKw7UrOuUHp_GNFrA@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/logical/logical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 61588d626f6..c2d0e0c723f 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -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 |