Re: [HACKERS] psql compile problems

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgreSQL(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] psql compile problems
Date: 2000-02-16 13:08:55
Message-ID: 200002161308.IAA15614@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I just looked into the code and found that the file pgsql/common.c includes
> interfaces/libpq/c.h instead of include/c.h. I changed the CFLAGS setting in
> the Makefile to append -I$(LIBPQDIR) instead of insert it and it compiles
> fine.
>
> BTW the file common.c includes c.h twice, directly and via common.h.

I have cleaned up include file use in psql. It now uses the standard
postgres.h includes and does not use redundant includes as much.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris 2000-02-16 13:33:08 Re: [HACKERS] TODO: Cache most recent query plan
Previous Message Karel Zak - Zakkr 2000-02-16 12:13:19 TODO: Cache most recent query plan