Re: [HACKERS] Compile and test in netbeans

2013-11-19 Thread Craig Ringer
On 11/18/2013 02:06 AM, Rohit Goyal wrote: > Hi All, > > I want to modify postgresql code for the first time. > I tried to use netbeans to compile the code. If you are doing something for the first time, do it exactly how the documentation advises. Once you've got it working that way, *THEN*

Re: [HACKERS] Compile and test in netbeans

2013-11-19 Thread Ashutosh Bapat
Please look at elog() with right error code like DEBUG or NOTICE. On Sun, Nov 17, 2013 at 11:36 PM, Rohit Goyal wrote: > Hi All, > > I want to modify postgresql code for the first time. > I tried to use netbeans to compile the code. > > Now, I wanted to print something on console when I create

[HACKERS] Compile and test in netbeans

2013-11-17 Thread Rohit Goyal
Hi All, I want to modify postgresql code for the first time. I tried to use netbeans to compile the code. Now, I wanted to print something on console when I create a table or an index. I am printing just for testing purpose to get a feel of code. Please tel me the procedure to run and print usin