[COMMITTERS] pgsql: Check for stack overflow in transformSetOperationTree().

2012-11-11 Thread Tom Lane
Check for stack overflow in transformSetOperationTree(). Since transformSetOperationTree() recurses, it can be driven to stack overflow with enough UNION/INTERSECT/EXCEPT clauses in a query. Add a check to ensure it fails cleanly instead of crashing. Per report from Matthew Gerber (though it's n

[COMMITTERS] pgsql: Check for stack overflow in transformSetOperationTree().

2012-11-11 Thread Tom Lane
Check for stack overflow in transformSetOperationTree(). Since transformSetOperationTree() recurses, it can be driven to stack overflow with enough UNION/INTERSECT/EXCEPT clauses in a query. Add a check to ensure it fails cleanly instead of crashing. Per report from Matthew Gerber (though it's n

[COMMITTERS] pgsql: Check for stack overflow in transformSetOperationTree().

2012-11-11 Thread Tom Lane
Check for stack overflow in transformSetOperationTree(). Since transformSetOperationTree() recurses, it can be driven to stack overflow with enough UNION/INTERSECT/EXCEPT clauses in a query. Add a check to ensure it fails cleanly instead of crashing. Per report from Matthew Gerber (though it's n

[COMMITTERS] pgsql: Check for stack overflow in transformSetOperationTree().

2012-11-11 Thread Tom Lane
Check for stack overflow in transformSetOperationTree(). Since transformSetOperationTree() recurses, it can be driven to stack overflow with enough UNION/INTERSECT/EXCEPT clauses in a query. Add a check to ensure it fails cleanly instead of crashing. Per report from Matthew Gerber (though it's n

[COMMITTERS] pgsql: Check for stack overflow in transformSetOperationTree().

2012-11-11 Thread Tom Lane
Check for stack overflow in transformSetOperationTree(). Since transformSetOperationTree() recurses, it can be driven to stack overflow with enough UNION/INTERSECT/EXCEPT clauses in a query. Add a check to ensure it fails cleanly instead of crashing. Per report from Matthew Gerber (though it's n

[COMMITTERS] pgsql: Check for stack overflow in transformSetOperationTree().

2012-11-11 Thread Tom Lane
Check for stack overflow in transformSetOperationTree(). Since transformSetOperationTree() recurses, it can be driven to stack overflow with enough UNION/INTERSECT/EXCEPT clauses in a query. Add a check to ensure it fails cleanly instead of crashing. Per report from Matthew Gerber (though it's n

[COMMITTERS] pgsql: doc: "only relevant" -> "relevant only"

2012-11-11 Thread Peter Eisentraut
doc: "only relevant" -> "relevant only" Karl O. Pinc Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/42218f29af41c430b94e0d074f404816de4ba278 Modified Files -- doc/src/sgml/datatype.sgml |2 +- doc/src/sgml/ref/pg_dump.sgml|4 ++-- doc/sr