Re: use less space in xl_xact_commit patch

From: Leonardo Francalanci <m_lists(at)yahoo(dot)it>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: use less space in xl_xact_commit patch
Date: 2011-06-16 13:40:09
Message-ID: 930743.2245.qm@web29012.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-16 13:48:12 Re: pg_upgrade using appname to lock out other users
Previous Message Heikki Linnakangas 2011-06-16 13:39:09 Re: patch: update README-SSI