diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-14 14:01:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-14 14:01:43 +0000 |
commit | b76c536e2e7eaea790e2f4e48696ea1a543bf59d (patch) | |
tree | 6b1c7f2d1740031136d651f73698a320b68c9c7c /src/backend/utils/adt/numeric.c | |
parent | 757fb0e5a9a61ac8d3a67e334faeea6dc0084b3f (diff) | |
download | postgresql-b76c536e2e7eaea790e2f4e48696ea1a543bf59d.tar.gz postgresql-b76c536e2e7eaea790e2f4e48696ea1a543bf59d.zip |
> (I also see some post-7.4.1 changes in src/template/solaris, so you
> possibly should look there too.)
[snip]
>
I think I have the fix for part of it, but this remains...
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -fPIC -I. -I../../../src/include
-D_POSIX_PTHREAD_SEMANTICS -DFRONTEND
-DSYSCONFDIR='"/usr/local/pgsql/etc"' -c -o thread.o thread.c
thread.c: In function `pqGethostbyname':
thread.c:189: error: `resbuf' undeclared (first use in this
function)
Looking at src/port/thread.c, line 189, it looks like somebody typo'd.
Looks like that second parameter should be "resultbuf", not "resbuf"?
Jim Seymour
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions