Re: use less space in xl_xact_commit patch
Leonardo Francalanci <m_lists@yahoo.it>
From: Leonardo Francalanci <m_lists@yahoo.it>
To: Leonardo Francalanci <m_lists@yahoo.it>, Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-05-18T13:11:52Z
Lists: pgsql-hackers
Attachments
- commitlog_lessbytes00.patch (application/octet-stream) patch
this is a second version: now using int counts[1]; /* variable-length array of counts */ in xl_xact_commit to keep track of number of different arrays at the end of the struct. Waiting for feedbacks... Leonardo