Commit 01776a07 authored by Magnus Hagander's avatar Magnus Hagander

Fix typos in comments

Michael Paquier
parent 591ccb66
...@@ -119,7 +119,7 @@ pg_create_logical_replication_slot(PG_FUNCTION_ARGS) ...@@ -119,7 +119,7 @@ pg_create_logical_replication_slot(PG_FUNCTION_ARGS)
/* /*
* Acquire a logical decoding slot, this will check for conflicting names. * Acquire a logical decoding slot, this will check for conflicting names.
* Initially create persisent slot as ephemeral - that allows us to nicely * Initially create persistent slot as ephemeral - that allows us to nicely
* handle errors during initialization because it'll get dropped if this * handle errors during initialization because it'll get dropped if this
* transaction fails. We'll make it persistent at the end. * transaction fails. We'll make it persistent at the end.
* Temporary slots can be created as temporary from beginning as they get * Temporary slots can be created as temporary from beginning as they get
......
...@@ -806,7 +806,7 @@ CreateReplicationSlot(CreateReplicationSlotCmd *cmd) ...@@ -806,7 +806,7 @@ CreateReplicationSlot(CreateReplicationSlotCmd *cmd)
CheckLogicalDecodingRequirements(); CheckLogicalDecodingRequirements();
/* /*
* Initially create persisent slot as ephemeral - that allows us to * Initially create persistent slot as ephemeral - that allows us to
* nicely handle errors during initialization because it'll get * nicely handle errors during initialization because it'll get
* dropped if this transaction fails. We'll make it persistent at the * dropped if this transaction fails. We'll make it persistent at the
* end. Temporary slots can be created as temporary from beginning as * end. Temporary slots can be created as temporary from beginning as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment