Re: [HACKERS] Broken source tree - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Broken source tree
Date
Msg-id 199805071616.MAA14108@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Broken source tree  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
>
> > Yes, I moved the print functions out of fe-exec,
> > As far as the libpq changes go: the regression tests pass.
> > AFAIK there is nothing broken now.
>
> Thanks Bruce I have the file now :)
>
> There is one compiler warning in fe-print.c about a missing declaration
> for ioctl(); the includes should have <sys/ioctl.h> as did the old
> fe-exec.c ??

Fixed.  fe-misc.c was missing errno.h on my OS too.  I want to make
those backend changes so people can start testing the new features.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Broken source tree
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] RE: [QUESTIONS] Permissions to external functions