Re: compliling postgresql

From: Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu>
To: Jenny - <nat_lazy(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: compliling postgresql
Date: 2003-05-12 06:08:24
Message-ID: bxyu1c0puhz.fsf@datafix.CS.Berkeley.EDU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> ">" == nat lazy <Jenny> writes:

>> hi, I added functions of my own along wiht their prototype in
>> Lock.h called InitializeLockList(), InitializeTransactionNode
^^^^^^

>> can someone help me out here? thanks alot Jenny

Don't add the functions in a header file .. add the definitions in a
source module (a .c file) and place the prototypes (declarations) in a
header file.

--
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2003-05-12 06:53:02 Re: Static snapshot data
Previous Message Jenny - 2003-05-12 03:29:49 compliling postgresql