[COMMITTERS] pgfouine - pgfouine: more work on vacuum verbose output analysis

2006-07-20 Thread User Gsmet
Log Message: --- more work on vacuum verbose output analysis Modified Files: -- pgfouine/include/postgresql/vacuum/parsers: PostgreSQLVacuumParser.class.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vac

[COMMITTERS] pgsql: Make pg_config location overridable for pgxs builds.

2006-07-20 Thread Peter Eisentraut
Log Message: --- Make pg_config location overridable for pgxs builds. Modified Files: -- pgsql/src: Makefile.global.in (r1.222 -> r1.223) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.222&r2=1.223) -

[COMMITTERS] pgestraier - pgestraier: begin tutorial

2006-07-20 Thread User Dpavlin
Log Message: --- begin tutorial Modified Files: -- pgestraier: Makefile (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.12&r2=1.13) README.pod (r1.6 -> r1.7) (http://cvs.pgfoundry.org/c

[COMMITTERS] pgestraier - pgestraier: subversion revision 59 commited to CVS

2006-07-20 Thread User Dpavlin
Log Message: --- subversion revision 59 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.59 -> r1.60) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.59&r2=1.60) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: make it in sync with relity

2006-07-20 Thread User Dpavlin
Log Message: --- make it in sync with relity Modified Files: -- pgestraier: README.pod (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/README.pod.diff?r1=1.7&r2=1.8) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: subversion revision 60 commited to CVS

2006-07-20 Thread User Dpavlin
Log Message: --- subversion revision 60 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.60 -> r1.61) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.60&r2=1.61) ---(end of broadcast)--

[COMMITTERS] pgsql: Update documentation on GRANT SCEMA USAGE, again.

2006-07-20 Thread Bruce Momjian
Log Message: --- Update documentation on GRANT SCEMA USAGE, again. Modified Files: -- pgsql/doc/src/sgml/ref: grant.sgml (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml.diff?r1=1.58&r2=1.59) --

[COMMITTERS] pgsql: As a stopgap to get the Windows buildfarm members running again,

2006-07-20 Thread Tom Lane
Log Message: --- As a stopgap to get the Windows buildfarm members running again, hot-wire the check on diff's exit status to check for literally 0 or 1. Someone should look into why WIFEXITED/WEXITSTATUS don't work for this, but I've spent more than enough time on it already. Modified Fi

[COMMITTERS] pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option

2006-07-20 Thread Tom Lane
Log Message: --- Ah, I finally realize why Magnus wanted to add a --bindir option to pg_regress: there's no other way to cope with testing a relocated installation. Seems better to call it --psqldir though, since the only thing we need to find in that case is psql. It'd be better if we co

Re: [COMMITTERS] pgsql: As a stopgap to get the Windows buildfarm members running again,

2006-07-20 Thread Hiroshi Saito
Tom-san. A...Sorry. It looked for the optimal result. === All 100 tests passed. === However, A result tells a lie. So, pursuit continues tracking. $ diff -w "./expected/char.out" "./results/char.out" 66d65 diff -w "./expected/char_1.out" "./result

Re: [COMMITTERS] pgsql: As a stopgap to get the Windows buildfarm members running again,

2006-07-20 Thread Hiroshi Saito
Hi Tom-san. From: "Tom Lane" <[EMAIL PROTECTED]> Log Message: --- As a stopgap to get the Windows buildfarm members running again, hot-wire the check on diff's exit status to check for literally 0 or 1. Someone should look into why WIFEXITED/WEXITSTATUS don't work for this, but I've s