Re: Re: UUNET socket-file-location patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: UUNET socket-file-location patch
Date
Msg-id 14363.974142516@sss.pgh.pa.us
Whole thread Raw
In response to Re: UUNET socket-file-location patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re: UUNET socket-file-location patch  (Larry Rosenman <ler@lerctr.org>)
Re: Re: UUNET socket-file-location patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Actually, the thing doesn't even compile:

pqcomm.c: In function `StreamServerPort':
pqcomm.c:259: warning: implicit declaration of function `hstrerror'
pqcomm.c:259: `h_errno' undeclared (first use in this function)
pqcomm.c:259: (Each undeclared identifier is reported only once
pqcomm.c:259: for each function it appears in.)
make[3]: *** [pqcomm.o] Error 1

postmaster.c: In function `get_host_port':
postmaster.c:1338: warning: implicit declaration of function `hstrerror'
postmaster.c:1338: `h_errno' undeclared (first use in this function)
postmaster.c:1338: (Each undeclared identifier is reported only once
postmaster.c:1338: for each function it appears in.)
make[3]: *** [postmaster.o] Error 1

Please revert this patch, so I can get some work done?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: Syslog Facility Patch
Next
From: Larry Rosenman
Date:
Subject: Re: Re: UUNET socket-file-location patch