foreign.h is not installed

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
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2009-06-30 05:04:19 Re: Query progress indication - an implementation
Previous Message Joshua Tolley 2009-06-30 04:34:22 Re: Multi-Dimensional Histograms