| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Re: UUNET socket-file-location patch |
| Date: | 2000-11-13 21:15:20 |
| Message-ID: | 200011132115.QAA06478@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On BSDI, hstrerror is defined in netdb.h. Do you have it anywhere? Is
that a proper function call?
> 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
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-11-13 21:29:26 | Re: Re: UUNET socket-file-location patch |
| Previous Message | Larry Rosenman | 2000-11-13 19:21:04 | Re: Re: UUNET socket-file-location patch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-11-13 21:29:13 | SET SESSION CHARACTERISTICS |
| Previous Message | Larry Rosenman | 2000-11-13 19:21:04 | Re: Re: UUNET socket-file-location patch |