pgsql-server/src/port thread.c

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/port thread.c
Date: 2004-03-14 14:01:43
Message-ID: 20040314140143.871F3D1CAD0@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/03/14 10:01:43

Modified files:
src/port : thread.c

Log message:
> (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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-03-14 14:01:55 pgsql-server/src/port Tag: REL7_4_STABLE thread.c
Previous Message Michael Meskes 2004-03-14 12:18:35 pgsql-server/src/interfaces/ecpg/compatlib Tag ...