about modifying and compiling a component of PostgreSQL

From: "Seung Hyun Jeong" <jeongs(at)cs(dot)man(dot)ac(dot)uk>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: about modifying and compiling a component of PostgreSQL
Date: 2001-11-12 19:11:35
Message-ID: 002a01c16bad$d8e8bc50$15c65882@cs.man.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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, what I need to do to see the result of elog(NOTICE, "......") on psql
window?
I suppose I need to give a special option to postmaster for that when it
starts at booting time,
but I have no idea how to change the Postmaster's starting options.

Hopefully, there is anyone who can help me.
Cheers.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Boes 2001-11-12 22:19:20 Very long COMMIT times?
Previous Message Jean-Michel POURE 2001-11-12 17:02:00 Re: [Solution] PG 7.1.3 & MacOS X (10.1)