psql compile problems

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема psql compile problems
Дата
Msg-id 20000216111127.A10763@fam-meskes.de
обсуждение исходный текст
Ответы Re: [HACKERS] psql compile problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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.

Michael
-- 
Michael Meskes                         | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz    | Go Rhein Fire!
Tel.: (+49) 2431/72651                 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De           | Use PostgreSQL!


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: ERROR: Unable to identify an operator '=' for types 'numeric' and 'float8'
Следующее
От: Karel Zak - Zakkr
Дата:
Сообщение: TODO: Cache most recent query plan