Re: about modifying and compiling a component of PostgreSQL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: about modifying and compiling a component of PostgreSQL
Дата
Msg-id Pine.LNX.4.30.0111151538470.633-100000@peter.localdomain
обсуждение исходный текст
Ответ на about modifying and compiling a component of PostgreSQL  ("Seung Hyun Jeong" <jeongs@cs.man.ac.uk>)
Список pgsql-admin
Seung Hyun Jeong writes:

> I modified a source file(I just define a macro for #ifdef) in the gist
> subdirectory,
> and comiled the source file by using makefile in the directory.
> Then, what I need to do to see the behaviour of modified source code?
> Do I need to reinstall all stuff by using make file at top level?

You need to do make and make install in src/backend or at the top level.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: File structure in 7.1.3
Следующее
От: Luis Amigo
Дата:
Сообщение: Re: Importing large data files into PostgreSQL