pg_config for 8.3 displays all 8.4 paths

Bug #503560 reported by Mike Taves
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
postgresql-8.3 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: postgresql-8.3

I have a Hardy server running PostgreSQL 8.3 only (there are no 8.4 packages installed).

After upgrading a Postgres server from 8.3.8 to 8.3.9 using apt (particularly postgresql-server-dev-8.3 version 8.3.9-0ubuntu8.04), pg_config lists the following (excerpts):

BINDIR = /usr/lib/postgresql/8.4/bin
...
INCLUDEDIR-SERVER = /usr/include/postgresql/8.4/server
...

clearly these paths are incorrect since I don't even have a /usr/lib/postgresql/8.4 path. As far as I can tell, the database software is still behaving normally, and psql commands show correct data, e.g.:

postgres=# show data_directory;
        data_directory
------------------------------
 /var/lib/postgresql/8.3/main
(1 row)

Revision history for this message
Mike Taves (mwtoews) wrote :

this has been determined to be an issue with the libpq-dev package in hardy-backports

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.