forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdfab7f2
committed
docs: Clarify that signal functions have no feedback.
Bug #16652 complains that pg_reload_conf() returned true, even thoughthe configuration file contained errors. That's the way pg_reload_conf()works, by design, but the documentation wasn't very clear on it. Clarifythat a 'true' return value only means that the signal was sentsuccessfully. Also add links to the system views that can be used tocheck the configuration files for errors.David G. Johnston, with some rewording by me.Discussion:https://www.postgresql.org/message-id/CAKFQuwax6GxhUQEes0D045UtXG-fBraM39_6UMd5JyR5K1HWCQ%40mail.gmail.com1 parent6dd8b00 commitdfab7f2
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23922 | 23922 |
| |
23923 | 23923 |
| |
23924 | 23924 |
| |
23925 |
| - | |
| 23925 | + | |
| 23926 | + | |
23926 | 23927 |
| |
23927 | 23928 |
| |
23928 | 23929 |
| |
| |||
23970 | 23971 |
| |
23971 | 23972 |
| |
23972 | 23973 |
| |
23973 |
| - | |
| 23974 | + | |
| 23975 | + | |
| 23976 | + | |
| 23977 | + | |
23974 | 23978 |
| |
23975 | 23979 |
| |
23976 | 23980 |
| |
|
0 commit comments
Comments
(0)