pgsql: Reorder LOCALLOCK structure members to compact the size

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Reorder LOCALLOCK structure members to compact the size
Дата
Msg-id E1h6EiP-0001lP-75@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.