Commit 6c9a83f
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 locale
setting and some other mistake that causes PostmasterMain to bail
out before reaching its own check of pthread_is_threaded_np().
Given the lack of other reports, let's not ask for bug reports if
this occurs; instead just give the same hint as in PostmasterMain.
Bug: #18783
Reported-by: anani191181515@gmail.com
Author: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/18783-d1873b95a59b9103@postgresql.org
Discussion: https://postgr.es/m/206317.1737656533@sss.pgh.pa.us
Backpatch-through: 131 parent 2b72fed commit 6c9a83f
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1333 | 1333 | | |
1334 | 1334 | | |
1335 | 1335 | | |
| 1336 | + | |
| 1337 | + | |
1336 | 1338 | | |
1337 | 1339 | | |
1338 | 1340 | | |
| |||
3670 | 3672 | | |
3671 | 3673 | | |
3672 | 3674 | | |
3673 | | - | |
| 3675 | + | |
| 3676 | + | |
3674 | 3677 | | |
3675 | 3678 | | |
3676 | 3679 | | |
3677 | 3680 | | |
3678 | 3681 | | |
3679 | | - | |
3680 | | - | |
3681 | | - | |
| 3682 | + | |
| 3683 | + | |
| 3684 | + | |
3682 | 3685 | | |
3683 | 3686 | | |
3684 | 3687 | | |
| |||
0 commit comments