Slightly reorganize struct SnapshotData.

Robert Haas <rhaas@postgresql.org>

Commit: 1fc3d18faa8f4476944bc6854be0f7f6adf4aec8
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-01-07T03:56:00Z
Releases: 9.2.0
Slightly reorganize struct SnapshotData.

This squeezes out a bunch of alignment padding, reducing the size
from 72 to 56 bytes on my machine.  At least in my testing, this
didn't produce any measurable performance improvement, but the space
savings seem like enough justification.

Andres Freund

Files

PathChange+/−
src/include/utils/snapshot.h modified +2 −2