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

Appearance settings

Commit 9ef6aba

Browse filesBrowse files
committed
Fix typo
1 parent c98c35c commit 9ef6aba
Copy full SHA for 9ef6aba

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/storage/ipc/procarray.c

Copy file name to clipboardExpand all lines: src/backend/storage/ipc/procarray.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly)
21802180
* that value, it's guaranteed to be safe since it's computed by this
21812181
* routine initially and has been enforced since. We can always use the
21822182
* slot's general xmin horizon, but the catalog horizon is only usable
2183-
* when we only catalog data is going to be looked at.
2183+
* when only catalog data is going to be looked at.
21842184
*/
21852185
if (TransactionIdIsValid(procArray->replication_slot_xmin) &&
21862186
TransactionIdPrecedes(procArray->replication_slot_xmin,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.