Re: use less space in xl_xact_commit patch - Mailing list pgsql-hackers

From Leonardo Francalanci
Subject Re: use less space in xl_xact_commit patch
Date
Msg-id 930743.2245.qm@web29012.mail.ird.yahoo.com
Whole thread Raw
In response to Re: use less space in xl_xact_commit patch  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
> The important thing is that we  retain backwards compatibility with
> current XLOG_XACT_COMMIT. I'm not worried  what we call the other one.


Ok,  let me see if I got it right:


#define XLOG_XACT_COMMIT    0x00

should become:

#define XLOG_XACT_COMMIT_WITH_INFO    0x00

and I'll add a

#define XLOG_XACT_COMMIT  0x60



Than I'll leave 2 structs, "xl_xact_commit_with_info" and
"xl_xact_commit".




Leonardo


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: use less space in xl_xact_commit patch
Next
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade using appname to lock out other users