1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00
Files
postgres/src
Robert Haas 343bb134ea Avoid too-large shift on 32-bit Windows.
Apparently, shifts greater than or equal to the width of the type
are undefined, and can surprisingly produce a non-zero value.

Amit Kapila, with a comment by me.
2013-10-30 09:14:56 -04:00
..
2013-10-24 21:51:30 -04:00
2013-10-29 15:34:18 -04:00
2012-10-10 21:42:38 -04:00
2013-10-18 08:14:21 -04:00