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

Commitf502fc8

Browse files
committed
Fix typo
Backends don't typically exist uncleanly, but they can certainly exituncleanly, and it's exiting uncleanly that's being discussed here.
1 parentf8f6e44 commitf502fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/libpq/be-secure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ secure_read(Port *port, void *ptr, size_t len)
180180
/*
181181
* If the postmaster has died, it's not safe to continue running,
182182
* because it is the postmaster's job to kill us if some other backend
183-
*exists uncleanly. Moreover, we won't run very well in this state;
183+
*exits uncleanly. Moreover, we won't run very well in this state;
184184
* helper processes like walwriter and the bgwriter will exit, so
185185
* performance may be poor. Finally, if we don't exit, pg_ctl will be
186186
* unable to restart the postmaster without manual intervention, so no

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp