Re: [HACKERS] Broken source tree

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Broken source tree
Date: 1998-05-07 16:16:45
Message-ID: 199805071616.MAA14108@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-07 16:19:08 Re: [HACKERS] RE: [QUESTIONS] Permissions to external functions
Previous Message Thomas G. Lockhart 1998-05-07 16:06:09 Re: [HACKERS] Broken source tree