We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8aec12c commit07ff7d8Copy full SHA for 07ff7d8
contrib/mmts/multimaster.c
@@ -3296,8 +3296,8 @@ void MtmFinishPreparedTransaction(MtmTransState* ts, bool commit)
3296
3297
/*
3298
* Determine when and how we should open replication slot.
3299
- *Druing recovery we need to open only one replication slot from which node should receive all transactions.
3300
- * Slots at other nodes should be removed
+ *During recovery we need to open only one replication slot from which node should receive all transactions.
+ * Slots at other nodes should be removed.
3301
*/
3302
MtmReplicationModeMtmGetReplicationMode(intnodeId,sig_atomic_tvolatile*shutdown)
3303
{