]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments
authorMagnus Hagander <magnus@hagander.net>
Sat, 17 Dec 2016 13:33:26 +0000 (14:33 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 17 Dec 2016 13:33:26 +0000 (14:33 +0100)
Michael Paquier

src/backend/replication/slotfuncs.c
src/backend/replication/walsender.c

index 1f1c56cc21f7bbc09bbb8b9f42e471b28a0ed56c..5387608ba0c23d623541f20e1eb59afa625294fb 100644 (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
index b14d82153affb507cf74c087d3119a3bd2139ead..d80bcc00a1393770c21df54d41fed6b7736edb39 100644 (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