Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01776a0

Browse files
committed
Fix typos in comments
Michael Paquier
1 parent591ccb6 commit01776a0

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 createpersisent slot as ephemeral - that allows us to nicely
122+
* Initially createpersistent 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 createpersisent slot as ephemeral - that allows us to
809+
* Initially createpersistent 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)

[8]ページ先頭

©2009-2025 Movatter.jp