Обсуждение: foreign.h is not installed

Поиск
Список
Период
Сортировка

foreign.h is not installed

От
Itagaki Takahiro
Дата:
Header file "include/foreign/foreign.h" is not installed in 8.4.0.

Did we forget to add subdir "foreign" to Makefile?

Index: src/include/Makefile
===================================================================
--- src/include/Makefile    (8.4.0)
+++ src/include/Makefile    (fixed)
@@ -17,7 +17,7 @@# Subdirectories containing headers for server-side dev
-SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
+SUBDIRS = access bootstrap catalog commands executor foreign lib libpq mb \    nodes optimizer parser postmaster regex
rewritestorage tcop \    snowball snowball/libstemmer tsearch tsearch/dicts utils \    port port/win32 port/win32_msvc
port/win32_msvc/sys\
 


Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



Re: foreign.h is not installed

От
Peter Eisentraut
Дата:
On Tuesday 30 June 2009 07:36:36 Itagaki Takahiro wrote:
> Header file "include/foreign/foreign.h" is not installed in 8.4.0.
>
> Did we forget to add subdir "foreign" to Makefile?

So it seems.



Re: foreign.h is not installed

От
Tom Lane
Дата:
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> Header file "include/foreign/foreign.h" is not installed in 8.4.0.
> Did we forget to add subdir "foreign" to Makefile?

Applied, thanks.
        regards, tom lane