PostgreSQL sourcecode

From: aaronenabs <aaronenabs(at)btconnect(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PostgreSQL sourcecode
Date: 2011-03-30 00:53:21
Message-ID: 1301446401183-4270534.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all i have been trying to compile the sourcecode for postgresql but keep
getting an error message when running it in cygwin.

it states:

dllwrap: gcc exited with status 1
make[3]: *** [cygpq.dll] Error 1
make[3]: Leaving directory
`/postgresql-9.0.3/postgresql-9.0.3/src/interfaces/li
bpq'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/postgresql-9.0.3/postgresql-9.0.3/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/postgresql-9.0.3/postgresql-9.0.3/src'
make: *** [all] Error 2

what am trying to do is compile the sc and change the
HeapTupleSatisfiesVisibility() to true. From looking at the downloaded
sourcecode file within "src/include/utils/tqual.h" i cannot see anywhere it
is set to false, so would appreciate it, if one could explain how i change
it to true.

thanks

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PostgreSQL-sourcecode-tp4270534p4270534.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message aaronenabs 2011-03-30 00:59:42 pg_dumpall
Previous Message Alvaro Herrera 2011-03-30 00:43:31 Re: Problem with pg_upgrade?