pgsql: Reorder LOCALLOCK structure members to compact the size - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Reorder LOCALLOCK structure members to compact the size
Date
Msg-id E1h6EiP-0001lP-75@gemulon.postgresql.org
Whole thread Raw
List 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.takay@jp.fujitsu.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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.