forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c9a83f
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 parent2b72fed commit6c9a83f
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
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
Comments
(0)