forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitde744e9
committed
Fix check for trapping exit() calls in libpq
Commite9bc044 added an errorhint on the exit() check for libpq, butaccidentally changed the nm commandline to use -a instead of -A. Theseoptions are similar enough to hide it in testing, but -a can also showdebugger symbols which isn't what we want. Fix by reverting the checkback to using -A again.Reported-by: Anton Voloshin <a.voloshin@postgrespro.ru>Discussion:https://postgr.es/m/bd2c8409-d6b3-5de9-ba0f-40c1381f630f@postgrespro.ru1 parentc1aa3b3 commitde744e9
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
|
0 commit comments
Comments
(0)