]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix:
authorMarc G. Fournier <scrappy@hub.org>
Thu, 15 Jan 1998 20:54:52 +0000 (20:54 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 15 Jan 1998 20:54:52 +0000 (20:54 +0000)
commitd876c2580352fad94a22e57792a12da9ec9b85dd
treef07e5373ad850c309f159186afd29744e67debbe
parentbaef78d96b799b6264a54f8cfce4fda2b2da9701
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...
src/backend/executor/nodeAgg.c
src/backend/parser/parse_oper.c
src/backend/parser/scan.c
src/backend/port/gethostname.c
src/backend/port/isinf.c [new file with mode: 0644]
src/include/config.h.in