Fix more DSA problems uncovered by the buildfarm.
authorRobert Haas <rhaas@postgresql.org>
Mon, 5 Dec 2016 15:38:08 +0000 (10:38 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 5 Dec 2016 15:38:08 +0000 (10:38 -0500)
commit88f626f8680fbe93444582317d1adb375111855f
tree8323bee3b24406c42f94b98e9b03c538e766a32c
parent670b3bc8f5d1000b5475e41c6f023c490e8500fe
Fix more DSA problems uncovered by the buildfarm.

On 32-bit systems, don't try to use 64-bit DSA pointers, because the
computation of DSA_MAX_SEGMENT_SIZE overflows Size.

Cast 1 to Size before shifting it, so that the compiler doesn't
produce a result of the wrong width.

In passing, change one use of size_t to Size.
src/backend/utils/mmgr/dsa.c
src/include/utils/dsa.h