[HACKERS] grep command

2007-10-29 Thread Kuriakose, Cinu Cheriyamoozhiyil
Hi All, I am giving the command cat config.log|grep -w 'PG_VERSION' Which gives the following Output: | #define PG_VERSION "8.3beta2" | #define PG_VERSION "8.3beta2" | #define PG_VERSION "8.3beta2" | #define PG_VERSION "8.3beta2" | #define PG_VERSION "8.3beta2" | #define PG_VERSION "8.3beta2

[HACKERS] CVS Commands

2007-10-17 Thread Kuriakose, Cinu Cheriyamoozhiyil
Hi All, The ls and rls commands are used to list files and directories in the repository, but we should be logged in to the repository for getting the listing of the same. I use the command "cvs login" to connect to the repository but instead of connecting to the local repository it is conne

[HACKERS] CVS and Eclipse

2007-10-16 Thread Kuriakose, Cinu Cheriyamoozhiyil
Hi All, I am trying to configure CVS through Eclipse, infact i was able to do that but when I map the postgreSQL code into CVS through Eclipse, it is displaying the folders but the files in those folders are not getting displayed. Can anyone help me over this.. Thanks in advance Cinu Kuriakos

[HACKERS] Regression test message

2007-09-26 Thread Kuriakose, Cinu Cheriyamoozhiyil
Hi All, I am trying to run Regression test on postgreSQL-7.2.8, it got installed successfully, but the regression test is not going through, it is giving the following errors... == 78 of 79 tests passed, 1 failed test(s) ignored. ==