Re: compliling postgresql

Поиск
Список
Период
Сортировка
От Sailesh Krishnamurthy
Тема Re: compliling postgresql
Дата
Msg-id bxyu1c0puhz.fsf@datafix.CS.Berkeley.EDU
обсуждение исходный текст
Ответ на compliling postgresql  ("Jenny -" <nat_lazy@hotmail.com>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jenny -"
Дата:
Сообщение: compliling postgresql
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: SET CONSTRAINTS not schema-aware