diff options
| author | Daniel Gustafsson | 2025-11-17 12:37:25 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2025-11-17 12:37:25 +0000 |
| commit | ab805989b2ee500cfa060ea36a9133b355bb4f0f (patch) | |
| tree | f6df3ed5d48787e32da2b2fea49583cdf25c56f2 | |
| parent | 721bf9ce18b63c096104efd419af7e59053a333a (diff) | |
Author: Chao Li <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: https://postgr.es/m/CAEoWx2kt8m7wV39_zOBds5SNXx9EAkDqb5cPshk7Bxw6Js4Zpg@mail.gmail.com
| -rw-r--r-- | src/backend/commands/subscriptioncmds.c | 4 | ||||
| -rw-r--r-- | src/backend/replication/logical/launcher.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c index 5930e8c5816..24b70234b35 100644 --- a/src/backend/commands/subscriptioncmds.c +++ b/src/backend/commands/subscriptioncmds.c @@ -680,7 +680,7 @@ CreateSubscription(ParseState *pstate, CreateSubscriptionStmt *stmt, } /* - * Ensure that system configuration paramters are set appropriately to + * Ensure that system configuration parameters are set appropriately to * support retain_dead_tuples and max_retention_duration. */ CheckSubDeadTupleRetention(true, !opts.enabled, WARNING, @@ -1637,7 +1637,7 @@ AlterSubscription(ParseState *pstate, AlterSubscriptionStmt *stmt, } /* - * Ensure that system configuration paramters are set + * Ensure that system configuration parameters are set * appropriately to support retain_dead_tuples and * max_retention_duration. */ diff --git a/src/backend/replication/logical/launcher.c b/src/backend/replication/logical/launcher.c index 6214028eda9..fdf1ccad462 100644 --- a/src/backend/replication/logical/launcher.c +++ b/src/backend/replication/logical/launcher.c @@ -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)) |
