Re: use less space in xl_xact_commit patch

From: Leonardo Francalanci <m_lists(at)yahoo(dot)it>
To: Leonardo Francalanci <m_lists(at)yahoo(dot)it>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: use less space in xl_xact_commit patch
Date: 2011-05-18 13:11:52
Message-ID: 584630.58342.qm@web29016.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
commitlog_lessbytes00.patch application/octet-stream 18.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2011-05-18 13:29:54 Re: Passing an array or record to a stored procedure in PostgreSQL
Previous Message Leonardo Francalanci 2011-05-18 07:34:35 Re: use less space in xl_xact_commit patch