question on 8.4.2 build postgres C functions - Mailing list pgsql-general

From Steve Coleman
Subject question on 8.4.2 build postgres C functions
Date
Msg-id 148613387.39371268155426160.JavaMail.root@zimbra-ldap.capesafe.com
Whole thread Raw
Responses Re: question on 8.4.2 build postgres C functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

I am moving from version 8.1.4 to 8.4.2 and have set up a Ubuntu box configured with the 8.4.2 postgres one-click
installer. It works great! 

I imported everything from 8.1.4 with only two failures, and those were homegrown "C" encryption / decryption functions
thatwe use here. 

For 8.1.4 I had compiled the C functions by adding a folder in the contrib folder of the source code, and used gmake to
buildit. 

For 8.4.2 I plan on adding the "magic block" and rebuilding the functions.  I downloaded the source tarball
postgresql-8.4.2.tar.gzand put that in a tmp folder, set up my contrib/decrypt folder, and set up the make. 

My problem is that 8.4.2 source has no "Makefile.global".  This file is essential I believe, and is used by all of the
Makefilesin the source tarball. 

So am I missing something obvious or is there a different procedure to build "C" functions that I'm not aware of.

Thanks!
   STeve


pgsql-general by date:

Previous
From: Bryan Montgomery
Date:
Subject: Re: Trying to get a C function built with MSVC
Next
From: Tom Lane
Date:
Subject: Re: DROP column: documentation unclear