postgresql/src/backend/utils/time
Noah Misch 7f3112135e Handle unaligned SerializeSnapshot() buffer.
Likewise in RestoreSnapshot().  Do so by copying between the user buffer
and a stack buffer of known alignment.  Back-patch to 9.6, where this
last applies cleanly.  In master, the select_parallel test dies with
SIGBUS on "Oracle Solaris 10 1/13 s10s_u11wos_24a SPARC", building
32-bit with gcc 4.9.2.  In 9.6 and 9.5, the buffers in question happen
to be sufficiently-aligned, and this change is mere insurance against
future 9.6 changes or extension code compromising that.
2017-03-02 00:03:27 -05:00
..
combocid.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
snapmgr.c Handle unaligned SerializeSnapshot() buffer. 2017-03-02 00:03:27 -05:00
tqual.c Fix typos in comments. 2017-02-06 11:33:58 +02:00