pgsql: Reorder LOCALLOCK structure members to compact the size

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder LOCALLOCK structure members to compact the size
Date: 2019-03-19 13:23:37
Message-ID: E1h6EiP-0001lP-75@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorder LOCALLOCK structure members to compact the size

Save 8 bytes (on x86-64) by filling up padding holes.

Author: Takayuki Tsunakawa <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
Discussion: https://www.postgresql.org/message-id/20190219001639.ft7kxir2iz644alf@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28988a84cf19c01dba3c3fb40e95d9cd6e4888da

Modified Files
--------------
src/include/storage/lock.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-19 13:56:15 Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Previous Message Alexander Korotkov 2019-03-19 10:41:10 pgsql: Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKey