Skip to content

Commit 01776a0

Browse files
committed
Fix typos in comments
Michael Paquier
1 parent 591ccb6 commit 01776a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/replication/slotfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/backend/replication/walsender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy