forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7922595
committed
Further restrict the scope of no-exit()-in-libpq test.
Disable this check altogether in --enable-coverage builds,because newer versions of gcc insert exit() as well as abort()calls for that. Also disable it on AIX and Solaris, becausethose platforms tend to provide facilities such as libldapas static libraries, which then get included in libpq's shlib.We can't expect such libraries to honor our coding rules.(That platform list might need additional tweaking, but I thinkthis is enough to keep the buildfarm happy.)Per reports from Jacob Champion and Noah Misch.Discussion:https://postgr.es/m/3128896.1624742969@sss.pgh.pa.us1 parentd390bb6 commit7922595
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
111 | 115 |
| |
| 116 | + | |
| 117 | + | |
112 | 118 |
| |
| 119 | + | |
| 120 | + | |
113 | 121 |
| |
114 | 122 |
| |
115 | 123 |
| |
|
0 commit comments
Comments
(0)