Re: use less space in xl_xact_commit patch
Leonardo Francalanci <m_lists@yahoo.it>
From: Leonardo Francalanci <m_lists@yahoo.it>
To: Simon Riggs <simon@2ndQuadrant.com>, Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-06-16T13:40:09Z
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