Re: about modifying and compiling a component of PostgreSQL - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: about modifying and compiling a component of PostgreSQL
Date
Msg-id Pine.LNX.4.30.0111151538470.633-100000@peter.localdomain
Whole thread Raw
In response to about modifying and compiling a component of PostgreSQL  ("Seung Hyun Jeong" <jeongs@cs.man.ac.uk>)
List 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 by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: File structure in 7.1.3
Next
From: Luis Amigo
Date:
Subject: Re: Importing large data files into PostgreSQL