[COMMITTERS] pgsql: Fix oversight in original coding of inline_function(): since

2007-03-06 Thread Tom Lane
Log Message: --- Fix oversight in original coding of inline_function(): since check_sql_fn_retval allows binary-compatibility cases, the expression extracted from an inline-able SQL function might have a type that is only binary-compatible with the declared function result type. To avoid p

[COMMITTERS] pgsql: Fix oversight in original coding of inline_function(): since

2007-03-06 Thread Tom Lane
Log Message: --- Fix oversight in original coding of inline_function(): since check_sql_fn_retval allows binary-compatibility cases, the expression extracted from an inline-able SQL function might have a type that is only binary-compatible with the declared function result type. To avoid p

[COMMITTERS] pgsql: Fix oversight in original coding of inline_function(): since

2007-03-06 Thread Tom Lane
Log Message: --- Fix oversight in original coding of inline_function(): since check_sql_fn_retval allows binary-compatibility cases, the expression extracted from an inline-able SQL function might have a type that is only binary-compatible with the declared function result type. To avoid p

[COMMITTERS] pgsql: Fix oversight in original coding of inline_function(): since

2007-03-06 Thread Tom Lane
Log Message: --- Fix oversight in original coding of inline_function(): since check_sql_fn_retval allows binary-compatibility cases, the expression extracted from an inline-able SQL function might have a type that is only binary-compatible with the declared function result type. To avoid p

[COMMITTERS] pgsql: Fix oversight in original coding of inline_function(): since

2007-03-06 Thread Tom Lane
Log Message: --- Fix oversight in original coding of inline_function(): since check_sql_fn_retval allows binary-compatibility cases, the expression extracted from an inline-able SQL function might have a type that is only binary-compatible with the declared function result type. To avoid p

[COMMITTERS] fulldisjunction - fd: ported the code to 8.2 with the gracious help of

2007-03-06 Thread User Pgstudy
Log Message: --- ported the code to 8.2 with the gracious help of jeremy drake Modified Files: -- fd: algstructs.c (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.24&r2=1.25) algstructs.h (r1.1

[COMMITTERS] pgsql: Add script to build documentation on win32 without mingw

2007-03-06 Thread Magnus Hagander
Log Message: --- Add script to build documentation on win32 without mingw Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.13&r2=1.14) Added Files:

[COMMITTERS] pgsnmpd - pgsnmpd: Add support for rdbmsDbInfoTable (which is

2007-03-06 Thread User Eggyknap
Log Message: --- Add support for rdbmsDbInfoTable (which is surprisingly complete) Modified Files: -- pgsnmpd: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/Makefile.diff?r1=1.4&r2=1.5) pgsnmpd.c (r1.4 -> r1.5)

[COMMITTERS] pgsnmpd - pgsnmpd: Fix return values of rdbmsDbTable_cache_load so they

2007-03-06 Thread User Eggyknap
Log Message: --- Fix return values of rdbmsDbTable_cache_load so they make sense Modified Files: -- pgsnmpd: rdbmsDbTable_data_access.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbTable_data_access.c.diff?r1=1.4&r2=1.5

[COMMITTERS] pgsql: Minor edits

2007-03-06 Thread Peter Eisentraut
Log Message: --- Minor edits Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.379 -> r1.380) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.379&r2=1.380) ---(end of broadcast)---

[COMMITTERS] pgsql: Add more information about avoiding Linux OOM killer.

2007-03-06 Thread Peter Eisentraut
Log Message: --- Add more information about avoiding Linux OOM killer. by Toru SHIMOGAKI Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.378 -> r1.379) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.378&r2=1.3