Fix:
Marc G. Fournier <scrappy@hub.org>
Fix: nodeAgg.c: WARN -> NOTICE for elog parse_oper.c: was created after patch for fmgr_info, so function call wrong scan.c: regenerated for i386_solaris using flex 2.5.4 gethostname.c: required prototype for gethostname() function config.h.in: create prototype for isinfo() function isinf.c: "fake" isinf() under i386_solaris using fpclass() call...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeAgg.c | modified | +1 −1 |
| src/backend/parser/parse_oper.c | modified | +3 −5 |
| src/backend/parser/scan.c | modified | +2 −2 |
| src/backend/port/gethostname.c | modified | +3 −1 |
| src/backend/port/isinf.c | added | +15 −0 |
| src/include/config.h.in | modified | +4 −1 |