Re: WAL log only necessary part of 2PC GID - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: WAL log only necessary part of 2PC GID
Date
Msg-id 56E03283.8090201@2ndquadrant.com
Whole thread Raw
In response to Re: WAL log only necessary part of 2PC GID  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Responses Re: WAL log only necessary part of 2PC GID
List pgsql-hackers
Hi,

I wonder why you define the gidlen as uint32 when it would fit into 
uint8 which in the current TwoPhaseFileHeader struct should be win of  8 
bytes on padding (on 64bit). I think that's something worth considering 
given that this patch aims to lower the size of the data.

--   Petr Jelinek                  http://www.2ndQuadrant.com/  PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Next
From: Craig Ringer
Date:
Subject: Re: Proposal: RETURNING primary_key()