1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00
Files
postgres/src/backend/storage
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-08-02 09:15:42 -04:00
2013-09-04 11:15:00 -04:00
2013-05-29 16:58:43 -04:00
2010-09-20 22:08:53 +02:00