foreign.h is not installed

Lists: pgsql-hackers
From: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: foreign.h is not installed
Date: 2009-06-30 04:36:36
Message-ID: 20090630131522.4F4C.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Subject: Re: foreign.h is not installed
Date: 2009-06-30 06:51:35
Message-ID: 200906300951.36011.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: foreign.h is not installed
Date: 2009-06-30 17:39:57
Message-ID: 22660.1246383597@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)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