[COMMITTERS] pgsql: Install defenses against overflow in BuildTupleHashTable().

2011-05-23 Thread Tom Lane
Install defenses against overflow in BuildTupleHashTable(). The planner can sometimes compute very large values for numGroups, and in cases where we have no alternative to building a hashtable, such a value will get fed directly to BuildTupleHashTable as its nbuckets parameter. There were two ways

[COMMITTERS] pgsql: Install defenses against overflow in BuildTupleHashTable().

2011-05-23 Thread Tom Lane
Install defenses against overflow in BuildTupleHashTable(). The planner can sometimes compute very large values for numGroups, and in cases where we have no alternative to building a hashtable, such a value will get fed directly to BuildTupleHashTable as its nbuckets parameter. There were two ways

[COMMITTERS] pgsql: Install defenses against overflow in BuildTupleHashTable().

2011-05-23 Thread Tom Lane
Install defenses against overflow in BuildTupleHashTable(). The planner can sometimes compute very large values for numGroups, and in cases where we have no alternative to building a hashtable, such a value will get fed directly to BuildTupleHashTable as its nbuckets parameter. There were two ways

[COMMITTERS] pgsql: Install defenses against overflow in BuildTupleHashTable().

2011-05-23 Thread Tom Lane
Install defenses against overflow in BuildTupleHashTable(). The planner can sometimes compute very large values for numGroups, and in cases where we have no alternative to building a hashtable, such a value will get fed directly to BuildTupleHashTable as its nbuckets parameter. There were two ways

[COMMITTERS] pgsql: Install defenses against overflow in BuildTupleHashTable().

2011-05-23 Thread Tom Lane
Install defenses against overflow in BuildTupleHashTable(). The planner can sometimes compute very large values for numGroups, and in cases where we have no alternative to building a hashtable, such a value will get fed directly to BuildTupleHashTable as its nbuckets parameter. There were two ways