Better solution to integer overflow problem in hash batch-number

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a0fa0117a5ad728b6f85a39cc52006736f54f90e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-12-30T15:21:23Z
Releases: 7.4.1
Better solution to integer overflow problem in hash batch-number
computation: reduce the bucket number mod nbatch.  This changes the
association between original bucket numbers and batches, but that
doesn't matter.  Minor other cleanups in hashjoin code to help
centralize decisions.

Files