forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc3fa85b
committed
Remove obsolete symbol from ecpg_config.h.in
HAVE_LONG_LONG_INT was not added to ecpg_config.h.in by the mesonbuild system, but rather than add it there, we decided to remove itfrom the makefile build system, to make both consistent that way.There is no documentation or examples that suggest that the presenceof this symbol was publicly advertised, and of course the feature isrequired by C99 (but we don't necessarily require C99 for ecpg usercode). ecpg core code and ecpg tests use the symbolHAVE_LONG_LONG_INT_64 instead, which is still there.Discussion:https://www.postgresql.org/message-id/flat/bf35d032-02fc-4173-9f4f-840999cc3ef3%40eisentraut.org1 parent89ad3e1 commitc3fa85b
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 | 10 |
| |
14 | 11 |
| |
15 | 12 |
| |
|
0 commit comments
Comments
(0)