[COMMITTERS] pgsql: Code cleanup: use "bool" for Boolean variables, rather than

2007-05-27 Thread Neil Conway
Log Message: --- Code cleanup: use "bool" for Boolean variables, rather than "int". Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.178 -> r1.179) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.17

[COMMITTERS] pgsql: Ooops, I was too busy worrying about getting the transactional

2007-05-27 Thread Tom Lane
Log Message: --- Ooops, I was too busy worrying about getting the transactional infrastructure right to think carefully about how insert and delete counts map to n_live_tuples. Of course a deletion should reduce n_live_tuples. Modified Files: -- pgsql/src/backend/postmaste

[COMMITTERS] pgsql: Sorry guys, I committed the file from my development snapshot

2007-05-27 Thread Michael Meskes
Log Message: --- Sorry guys, I committed the file from my development snapshot instead the one from HEAD. Fixing it now. Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: preproc-variable.c (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.

Re: [COMMITTERS] pgsql: The source code changed, so the expected file changed too.

2007-05-27 Thread Tom Lane
[EMAIL PROTECTED] (Michael Meskes) writes: > The source code changed, so the expected file changed too. Seems like we're not there yet --- about half the buildfarm is still failing on expected-vs-actual differences in this file. regards, tom lane -

[COMMITTERS] pgsql: The source code changed, so the expected file changed too.

2007-05-27 Thread Michael Meskes
Log Message: --- The source code changed, so the expected file changed too. Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: preproc-variable.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/pre

[COMMITTERS] pgsql: Applied Joachim's patch for ecpg_config.h creation on Vista.

2007-05-27 Thread Michael Meskes
Log Message: --- Applied Joachim's patch for ecpg_config.h creation on Vista. Changed variable test to not run into infinite loops on backend errors. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.347 -> r1.348) (http://developer.postgresql.org