dblink make fails under postgresql 8.4.4 on mac osx 10.4.11

From: Gary Merkel <garymerkel(at)accugenix(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: dblink make fails under postgresql 8.4.4 on mac osx 10.4.11
Date: 2011-08-31 13:45:52
Message-ID: 047a7345132a3afa20d32819e1d4cf3b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Having trouble installing dblink under PostgreSQL 8.4.4 on MAC OS X 10.4.11

Running make gives the following error:

sed 's,MODULE_PATHNAME,$libdir/dblink,g' dblink.sql.in >dblink.sql

gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
-I../../src/interfaces/libpq -I. -I../../src/include -c -o dblink.o
dblink.c

dblink.c: In function 'get_pkey_attnames':

dblink.c:1698: error: 'SnapshotNow' undeclared (first use in this function)

dblink.c:1698: error: (Each undeclared identifier is reported only once

dblink.c:1698: error: for each function it appears in.)

make: *** [dblink.o] Error 1

Does anyone know a fix to this?

Thanks for any help.

Gary

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marti Raudsepp 2011-08-31 13:46:44 Re: Bogus nestloop join estimate, ignores WHERE clause
Previous Message Peter Eisentraut 2011-08-31 13:34:43 Re: Bogus nestloop join estimate, ignores WHERE clause