Re: Adding new flags to XLogRecord - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Adding new flags to XLogRecord
Date
Msg-id 18247.1221746236@sss.pgh.pa.us
Whole thread Raw
In response to Re: Adding new flags to XLogRecord  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Adding new flags to XLogRecord  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
I wrote:
> Simon Riggs <simon@2ndQuadrant.com> writes:
>> In some cases, but my wish is also to minimise WAL volume as much as
>> possible.

> I'm with Greg on this one: baroque bit-squeezing schemes are a bad idea.

Wait a minute ... why are we even having this conversation?  XLogRecord
has at least two entirely-wasted bytes right now, due to alignment.
It is entirely not sane to consider messing with xl_prev in preference
to using that space.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [PATCHES] Infrastructure changes for recovery
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Do we really need a 7.4.22 release now?