Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    1fc3d18f
    Slightly reorganize struct SnapshotData. · 1fc3d18f
    Robert Haas authored
    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
    1fc3d18f
    History
    Slightly reorganize struct SnapshotData.
    Robert Haas authored
    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