Compiling postgre sourcecode

From: aaronenabs <aaronenabs(at)btconnect(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling postgre sourcecode
Date: 2011-03-24 17:53:03
Message-ID: 1300989183100-4262808.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All

I am relatively new to postgresql, have downloaded it and done some
exercises on how to use postgresql and can say i have picked up on it very
quicky. At the minute i have downloaded the sourcecode for version9.0.3 and
trying to compile it on my computer(win xp) but cannot find any documents or
tutorials on how to compile it or understand sections in the sourcecode.

What am trying to do is access dead tuples and have been advised i can
compile the source code and set the HeapTupleSatisfiesVisibility() to true
and this should show all tuples.

Please can anyone advise on the best way to compile the sourcecode and also
change the HeapTupleSatisfiesVisibility() to true.

Thanks
Aaron

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-03-24 18:03:00 Re: Compiling postgre sourcecode
Previous Message Jim Nasby 2011-03-24 17:32:10 Re: really lazy vacuums?