forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite9bc044
Provide error hint on exit() check when building libpq
Commitdc227eb introduced a restriction on libpq that no functions whichinvoke exit() are allowed to be called. This was further refined and fixedine45b0df and2f7bae2 and7922595. While this is well documentedin the Makefile, the error message emitted when the check failed was terse,without hints for new developers without prior context. This adds an errorhint to assist new developers onboarding to postgres.Author: Rachel Heaton <rheaton@vmware.com>Co-authored-by: Jacob Champion <pchampion@vmware.com>Discussion:https://postgr.es/m/CADJcwiVL20955HCNzDqz9BEDr6A77pz6-nac5sbZVvhAEMijLg@mail.gmail.com1 parentce27c89 commite9bc044
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
|
0 commit comments
Comments
(0)