forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit936f569
committed
Exclude Threadsanitizer instrumentation in exit check
When building libpq there is a check to ensure that we're notlinking against code that calls exit(). This check is using aheuristic grep with exclusions for known false positives. TheThreadsanitizer library instrumentation for function exits isnamed such that it triggers the check, so add an exclusion.This fix is only applied to the Makefile since the meson buildfiles don't yet have this check. Adding the check to meson isoutside the scope of this patch though.Reported-by: Roman Lozko <lozko.roma@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CAEhC_BmNGKgj2wKArH2EAU11BsaHYgLnrRFJGRm5Vs8WJzyiQA@mail.gmail.com1 parent9d1a535 commit936f569
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
109 | 111 |
| |
110 | 112 |
| |
111 | 113 |
| |
112 | 114 |
| |
113 | 115 |
| |
114 | 116 |
| |
115 | 117 |
| |
116 |
| - | |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
|
0 commit comments
Comments
(0)