On Fri, 2020-06-05 at 21:50 -0400, Tom Lane wrote: > Or possibly casting the whole thing to int or unsigned int would be > better. Point being that I bet it's int vs long that is making the > difference.
That did it, and it's much more tolerable as a workaround. Thank you. I haven't tested end-to-end that it solves the problem, but I'm pretty sure it will. Regards, Jeff Davis