Обсуждение: pgsql: Slightly reorganize struct SnapshotData.

Поиск
Список
Период
Сортировка

pgsql: Slightly reorganize struct SnapshotData.

От
Robert Haas
Дата:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1fc3d18faa8f4476944bc6854be0f7f6adf4aec8

Modified Files
--------------
src/include/utils/snapshot.h |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)