]> granicus.if.org Git - postgresql/commit
Adjust hash table sizing algorithm to avoid integer overflow in
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Dec 2002 22:28:50 +0000 (22:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Dec 2002 22:28:50 +0000 (22:28 +0000)
commitb33265e9e6648e0d1302896cb944e500364497ea
tree312d3803b3197359cf83db25ab4bda53c1d23d6a
parentc9d87120430f7137e074a1acdb753161d56e88bb
Adjust hash table sizing algorithm to avoid integer overflow in
ExecHashJoinGetBatch().  Fixes core dump on large hash joins, as in
example from Rae Stiening.
src/backend/executor/nodeHash.c