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 f5d94e4

Browse filesBrowse files
committed
Fix typo in pgstat.c.
Introduced by 9868167. Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com
1 parent 43620e3 commit f5d94e4
Copy full SHA for f5d94e4

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/postmaster/pgstat.c

Copy file name to clipboardExpand all lines: src/backend/postmaster/pgstat.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ pgstat_reset_replslot_counter(const char *name)
15041504
ReplicationSlot *slot;
15051505

15061506
/*
1507-
* Check if the slot exits with the given name. It is possible that by
1507+
* Check if the slot exists with the given name. It is possible that by
15081508
* the time this message is executed the slot is dropped but at least
15091509
* this check will ensure that the given name is for a valid slot.
15101510
*/

0 commit comments

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