- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit4f15759
committed
Don't ask for bug reports about pthread_is_threaded_np() != 0.
We thought that this condition was unreachable in ExitPostmaster,but actually it's possible if you have both a misconfigured localesetting and some other mistake that causes PostmasterMain to bailout before reaching its own check of pthread_is_threaded_np().Given the lack of other reports, let's not ask for bug reports ifthis occurs; instead just give the same hint as in PostmasterMain.Bug: #18783Reported-by: anani191181515@gmail.comAuthor: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: Noah Misch <noah@leadboat.com>Discussion:https://postgr.es/m/18783-d1873b95a59b9103@postgresql.orgDiscussion:https://postgr.es/m/206317.1737656533@sss.pgh.pa.usBackpatch-through: 131 parent01463e1 commit4f15759
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1338 | 1338 | | |
1339 | 1339 | | |
1340 | 1340 | | |
| 1341 | + | |
| 1342 | + | |
1341 | 1343 | | |
1342 | 1344 | | |
1343 | 1345 | | |
| |||
3535 | 3537 | | |
3536 | 3538 | | |
3537 | 3539 | | |
3538 | | - | |
| 3540 | + | |
| 3541 | + | |
3539 | 3542 | | |
3540 | 3543 | | |
3541 | 3544 | | |
3542 | 3545 | | |
3543 | 3546 | | |
3544 | | - | |
3545 | | - | |
3546 | | - | |
| 3547 | + | |
| 3548 | + | |
| 3549 | + | |
3547 | 3550 | | |
3548 | 3551 | | |
3549 | 3552 | | |
| |||
0 commit comments
Comments
(0)