File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ pg_create_logical_replication_slot(PG_FUNCTION_ARGS)
119119
120120 /*
121121 * Acquire a logical decoding slot, this will check for conflicting names.
122- * Initially create persisent slot as ephemeral - that allows us to nicely
122+ * Initially create persistent slot as ephemeral - that allows us to nicely
123123 * handle errors during initialization because it'll get dropped if this
124124 * transaction fails. We'll make it persistent at the end.
125125 * Temporary slots can be created as temporary from beginning as they get
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ CreateReplicationSlot(CreateReplicationSlotCmd *cmd)
806806 CheckLogicalDecodingRequirements ();
807807
808808 /*
809- * Initially create persisent slot as ephemeral - that allows us to
809+ * Initially create persistent slot as ephemeral - that allows us to
810810 * nicely handle errors during initialization because it'll get
811811 * dropped if this transaction fails. We'll make it persistent at the
812812 * end. Temporary slots can be created as temporary from beginning as
You can’t perform that action at this time.
0 commit comments