- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit63a4b9f
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 parent3085993 commit63a4b9f
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1387 | 1387 |
| |
1388 | 1388 |
| |
1389 | 1389 |
| |
| 1390 | + | |
| 1391 | + | |
1390 | 1392 |
| |
1391 | 1393 |
| |
1392 | 1394 |
| |
| |||
5134 | 5136 |
| |
5135 | 5137 |
| |
5136 | 5138 |
| |
5137 |
| - | |
| 5139 | + | |
| 5140 | + | |
5138 | 5141 |
| |
5139 | 5142 |
| |
5140 | 5143 |
| |
5141 | 5144 |
| |
5142 | 5145 |
| |
5143 |
| - | |
5144 |
| - | |
5145 |
| - | |
| 5146 | + | |
| 5147 | + | |
| 5148 | + | |
5146 | 5149 |
| |
5147 | 5150 |
| |
5148 | 5151 |
| |
|
0 commit comments
Comments
(0)