mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Fix typos in logical replication code comments
Author: Chao Li <lic@highgo.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CAEoWx2kt8m7wV39_zOBds5SNXx9EAkDqb5cPshk7Bxw6Js4Zpg@mail.gmail.com
This commit is contained in:
@@ -1301,7 +1301,7 @@ ApplyLauncherMain(Datum main_arg)
|
||||
can_update_xmin &= sub->enabled;
|
||||
|
||||
/*
|
||||
* Initialize the slot once the subscription activiates
|
||||
* Initialize the slot once the subscription activates
|
||||
* retention.
|
||||
*/
|
||||
if (!TransactionIdIsValid(MyReplicationSlot->data.xmin))
|
||||
|
||||
Reference in New Issue
Block a user