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
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
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.
[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
-
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
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