pgsql: Reduce size of two phase file header - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Reduce size of two phase file header
Date
Msg-id E1ae05f-0002A1-Jh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reduce size of two phase file header

Previously 2PC header was fixed at 200 bytes, which in most cases wasted
WAL space for a workload using 2PC heavily.

Pavan Deolasee, reviewed by Petr Jelinek

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e0694cf9c74455fb87beb0f4d66b4c8f5f53715e

Modified Files
--------------
src/backend/access/transam/twophase.c | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Reduce lock level for altering fillfactor
Next
From: Magnus Hagander
Date:
Subject: pgsql: Avoid crash on old Windows with AVX2-capable CPU for VS2013 buil