[COMMITTERS] pgsql: Minor code cleanup for PL/Python: fixup some strangely formatted

2006-01-08 Thread Neil Conway
Log Message: --- Minor code cleanup for PL/Python: fixup some strangely formatted comments, and change two elogs into ereports because they could actually occur in practice. Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.68 -> r1.69) (http://devel

Re: [COMMITTERS] pgsql: Fix the assert_enabled issue properly.

2006-01-08 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > I'm not seeing any of these changes yet. I've updated a couple of times > now and these new versions aren't being brought back. > Is there an extensive time delay built into the repository? Or? IIRC the anoncvs mirror updates once an hour.

[COMMITTERS] pgsql: Rationalise perl header inclusions via a common include file,

2006-01-08 Thread Andrew Dunstan
Log Message: --- Rationalise perl header inclusions via a common include file, which also declares routines in plperl.c and spi_internal.c used in other files. Along the way, also stop perl from hijacking stdio and other stuff on Windows. Modified Files: -- pgsql/src/pl/p

Re: [COMMITTERS] pgsql: Fix the assert_enabled issue properly.

2006-01-08 Thread Simon Riggs
On Sun, 2006-01-08 at 17:24 -0400, Tom Lane wrote: > Log Message: > --- > Fix the assert_enabled issue properly. This eliminates the former ABI > difference between USE_ASSERT_CHECKING and not: the assert_enabled > variable is always there. > > Modified Files: > -- > pgsql

Re: [COMMITTERS] pgsql: Stop perl from hijacking stdio and other

2006-01-08 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: Tom Lane wrote: You seem to have forgotten HEAD. On HEAD I intend to rearrange the headers more rationally - see earlier email to -hackers. Fine, but the corresponding changes should go into all the branch

Re: [COMMITTERS] pgsql: Stop perl from hijacking stdio and other

2006-01-08 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> You seem to have forgotten HEAD. > On HEAD I intend to rearrange the headers more rationally - see earlier > email to -hackers. Fine, but the corresponding changes should go into all the branches concurrently, so that people aren't

[COMMITTERS] pgsql: Fix the assert_enabled issue properly.

2006-01-08 Thread Tom Lane
Log Message: --- Fix the assert_enabled issue properly. This eliminates the former ABI difference between USE_ASSERT_CHECKING and not: the assert_enabled variable is always there. Modified Files: -- pgsql/contrib/ltree: _ltree_gist.c (r1.14 -> r1.15) (http

[COMMITTERS] pgsql: Recent patch broke guc.c for non-USE_ASSERT_CHECKING case.

2006-01-08 Thread Tom Lane
Log Message: --- Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per Stefan Kaltenbrunner. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.306 -> r1.307) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.d

[COMMITTERS] pgsql: Avoid leaking memory while reading toasted entries from

2006-01-08 Thread Tom Lane
Log Message: --- Avoid leaking memory while reading toasted entries from pg_rewrite, and nail a couple more system indexes into cache. This doesn't make any difference in normal system operation, but when forcing constant cache resets it's difficult to get through the rules regression test

Re: [COMMITTERS] pgsql: Stop perl from hijacking stdio and other

2006-01-08 Thread Andrew Dunstan
Tom Lane wrote: [EMAIL PROTECTED] (Andrew Dunstan) writes: Stop perl from hijacking stdio and other stuff on Windows. You seem to have forgotten HEAD. On HEAD I intend to rearrange the headers more rationally - see earlier email to -hackers. We should

Re: [COMMITTERS] pgsql: Stop perl from hijacking stdio and other stuff on Windows.

2006-01-08 Thread Tom Lane
[EMAIL PROTECTED] (Andrew Dunstan) writes: > Stop perl from hijacking stdio and other stuff on Windows. You seem to have forgotten HEAD. regards, tom lane ---(end of broadcast)--- TIP 4: Have you searched our list archives?

[COMMITTERS] wikipedia - wikipgedia: backportet purge function for article

2006-01-08 Thread Sven Klemm
Log Message: --- backportet purge function for article Modified Files: -- wikipgedia/includes: Article.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/Article.php.diff?r1=1.3&r2=1.4) ---

[COMMITTERS] pgsql: Stop perl from hijacking stdio and other stuff on Windows.

2006-01-08 Thread Andrew Dunstan
Log Message: --- Stop perl from hijacking stdio and other stuff on Windows. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/pl/plperl: SPI.xs (r1.11 -> r1.11.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/SPI.xs.diff?r1=1.11&r2

[COMMITTERS] pgsql: Stop perl from hijacking stdio and other stuff on Windows.

2006-01-08 Thread Andrew Dunstan
Log Message: --- Stop perl from hijacking stdio and other stuff on Windows. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/pl/plperl: SPI.xs (r1.17 -> r1.17.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/SPI.xs.diff?r1=1.17&r2

[COMMITTERS] psqlodbc - psqlodbc: fix problem with retrieving bad long data from

2006-01-08 Thread User Luf
Log Message: --- fix problem with retrieving bad long data from unicode driver Modified Files: -- psqlodbc: convert.c (r1.135 -> r1.136) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c.diff?r1=1.135&r2=1.136) --

[COMMITTERS] psqlodbc - psqlodbc: call RALLBACK with bad stmt only when autocommit is

2006-01-08 Thread User Luf
Log Message: --- call RALLBACK with bad stmt only when autocommit is on Modified Files: -- psqlodbc: connection.c (r1.127 -> r1.128) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.127&r2=1.128) ---