Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c072e80

Browse files
committed
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
1 parent a33969e commit c072e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/logical.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ LogicalIncreaseXminForSlot(XLogRecPtr current_lsn, TransactionId xmin)
910910
* Mark the minimal LSN (restart_lsn) we need to read to replay all
911911
* transactions that have not yet committed at current_lsn.
912912
*
913-
* Just like IncreaseRestartDecodingForSlot this only takes effect when the
913+
* Just like LogicalIncreaseXminForSlot this only takes effect when the
914914
* client has confirmed to have received current_lsn.
915915
*/
916916
void

0 commit comments

Comments
 (0)