Files
postgresql/src/include
Tom Lane c76de7d85e MemSet() must not cast its pointer argument to int32* until after it has
checked that the pointer is actually word-aligned.  Casting a non-aligned
pointer to int32* is technically illegal per the C spec, and some recent
versions of gcc actually generate bad code for the memset() when given
such a pointer.  Per report from Andrew Morrow.
2005-07-18 15:54:11 +00:00
..
2003-08-04 02:40:20 +00:00
2003-08-04 02:40:20 +00:00
2003-08-04 00:43:34 +00:00
2003-10-26 01:41:10 +00:00
2003-08-04 02:40:20 +00:00
2003-08-04 02:40:20 +00:00
2005-05-05 20:08:35 +00:00
2003-08-04 00:43:34 +00:00
2003-09-13 14:49:51 +00:00
2003-08-04 02:40:20 +00:00
2003-08-04 02:40:20 +00:00
2003-08-04 02:40:20 +00:00