[COMMITTERS] pgsql: Prevent inlining a SQL function with multiple OUT parameters.

2010-11-30 Thread Tom Lane
Prevent inlining a SQL function with multiple OUT parameters. There were corner cases in which the planner would attempt to inline such a function, which would result in a failure at runtime due to loss of information about exactly what the result record type is. Fix by disabling inlining when th

[COMMITTERS] pgsql: Prevent inlining a SQL function with multiple OUT parameters.

2010-11-30 Thread Tom Lane
Prevent inlining a SQL function with multiple OUT parameters. There were corner cases in which the planner would attempt to inline such a function, which would result in a failure at runtime due to loss of information about exactly what the result record type is. Fix by disabling inlining when th

[COMMITTERS] pgsql: Prevent inlining a SQL function with multiple OUT parameters.

2010-11-30 Thread Tom Lane
Prevent inlining a SQL function with multiple OUT parameters. There were corner cases in which the planner would attempt to inline such a function, which would result in a failure at runtime due to loss of information about exactly what the result record type is. Fix by disabling inlining when th

[COMMITTERS] pgsql: Prevent inlining a SQL function with multiple OUT parameters.

2010-11-30 Thread Tom Lane
Prevent inlining a SQL function with multiple OUT parameters. There were corner cases in which the planner would attempt to inline such a function, which would result in a failure at runtime due to loss of information about exactly what the result record type is. Fix by disabling inlining when th

[COMMITTERS] pgsql: Prevent inlining a SQL function with multiple OUT parameters.

2010-11-30 Thread Tom Lane
Prevent inlining a SQL function with multiple OUT parameters. There were corner cases in which the planner would attempt to inline such a function, which would result in a failure at runtime due to loss of information about exactly what the result record type is. Fix by disabling inlining when th

[COMMITTERS] pgsql: Prevent inlining a SQL function with multiple OUT parameters.

2010-11-30 Thread Tom Lane
Prevent inlining a SQL function with multiple OUT parameters. There were corner cases in which the planner would attempt to inline such a function, which would result in a failure at runtime due to loss of information about exactly what the result record type is. Fix by disabling inlining when th

[COMMITTERS] orafce - orafce: work around for 9.1.

2010-11-30 Thread User Itagaki
Log Message: --- work around for 9.1. Modified Files: -- orafce: others.c (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/others.c?r1=1.22&r2=1.23) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To

[COMMITTERS] pgbulkload - pgbulkload: Fix a bug that indexes must have Invalid

2010-11-30 Thread User Itagaki
Log Message: --- Fix a bug that indexes must have Invalid frozenxid for RelationSetNewRelfilenode(). Adjust USE_INLINE checks on 8.3. Modified Files: -- pgbulkload/bin/pgut: pgut-list.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload

[COMMITTERS] pgbulkload - pgbulkload: Add MSVC configurations for 9.0, 8.4, and 8.3.

2010-11-30 Thread User Itagaki
Log Message: --- Add MSVC configurations for 9.0, 8.4, and 8.3. Modified Files: -- pgbulkload/msvc: bin.2010.vcxproj (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/msvc/bin.2010.vcxproj?r1=1.1&r2=1.2) lib.2010.vcxp