Re: Open items for 8.2

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Open items for 8.2
Date: 2006-09-05 23:09:32
Message-ID: 200609052309.k85N9WG08887@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Chris Browne wrote:
> bruce(at)momjian(dot)us (Bruce Momjian) writes:
> > Here are the open items for 8.2:
> >
> > http://momjian.postgresql.org/cgi-bin/pgopenitems
> >
> > This list will be continually updated until we release 8.2.
>
> I've got suggested patches for my item (e.g. - --with-openssl causing
> contrib stuff to break on AIX); a couple of instances of:
>
> SHLIB_LINK = $(libpq) $(LIBS)
>
> in contrib/dblink/Makefile and contrib/sslinfo seem to do the trick.
> I'm not sure of adverse effects for others, so that's only speculative
> at this point...

My guess is that sslinfo needs it because of the use of the SSL
libraries. I would guess any of the other /contrib modules would need
similar changes. Can you do a 'make' at the top of the contrib tree and
see what fails?

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-09-05 23:12:00 Re: Win32 hard crash problem
Previous Message Alvaro Herrera 2006-09-05 23:07:41 Re: Win32 hard crash problem

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-09-05 23:26:03 Re: Open items for 8.2
Previous Message David Fetter 2006-09-05 22:43:52 Re: Concurrent connections in psql patch