Fix typos in comments

Michael Paquier
This commit is contained in:
Magnus Hagander 2016-12-17 14:33:26 +01:00
parent 591ccb66d2
commit 01776a07b3
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ pg_create_logical_replication_slot(PG_FUNCTION_ARGS)
/*
* 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
* transaction fails. We'll make it persistent at the end.
* Temporary slots can be created as temporary from beginning as they get

View File

@ -806,7 +806,7 @@ CreateReplicationSlot(CreateReplicationSlotCmd *cmd)
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
* dropped if this transaction fails. We'll make it persistent at the
* end. Temporary slots can be created as temporary from beginning as