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 584630.58342.qm@web29016.mail.ird.yahoo.com
Whole thread Raw
In response to Re: use less space in xl_xact_commit patch  (Leonardo Francalanci <m_lists@yahoo.it>)
Responses Re: use less space in xl_xact_commit patch  (Robert Haas <robertmhaas@gmail.com>)
Re: use less space in xl_xact_commit patch  (Simon Riggs <simon@2ndQuadrant.com>)
List 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

pgsql-hackers by date:

Previous
From: Leonardo Francalanci
Date:
Subject: Re: use less space in xl_xact_commit patch
Next
From: Merlin Moncure
Date:
Subject: Re: Passing an array or record to a stored procedure in PostgreSQL