Re: [ADMIN] about modifying and compiling a component of PostgreSQL

2001-11-15 Thread Peter Eisentraut
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 m

[ADMIN] about modifying and compiling a component of PostgreSQL

2001-11-14 Thread Seung Hyun Jeong
Hi, 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? And, wh