old include files (was Re: PHP 4.0.4pl1 / Beta 5)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: Sascha Schumann <sascha(at)schumann(dot)cx>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: old include files (was Re: PHP 4.0.4pl1 / Beta 5)
Date: 2001-02-19 22:07:11
Message-ID: 28653.982620431@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman <ler(at)lerctr(dot)org> writes:
> AND make sure we nuke any OLD version in $(destdir)/include... Which
> will cause a file not found vs. compile errors based on redeclares...?

Hm. Good point, not only for postgres.h but also for the other include
files we no longer install by default. OTOH, what of people who have
manually added the various spi.h sub-includes to their install directory?
I do not think we should take it on ourselves to clean those out, but
they could still cause cross-version errors.

For the RPM installation this doesn't matter anyway (I think), but it
would for non-RPM installs.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Lyke 2001-02-19 22:49:45 A How-To: PostgreSQL from Tcl via ODBC
Previous Message Larry Rosenman 2001-02-19 21:53:03 Re: PHP 4.0.4pl1 / Beta 5