foreign.h is not installed

Started by Itagaki Takahiroover 16 years ago3 messages
#1Itagaki Takahiro
itagaki.takahiro@oss.ntt.co.jp

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 rewrite storage 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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Itagaki Takahiro (#1)
Re: foreign.h is not installed

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.

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Itagaki Takahiro (#1)
Re: foreign.h is not installed

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