Re: use less space in xl_xact_commit patch - Mailing list pgsql-hackers

From Robert Haas
Subject Re: use less space in xl_xact_commit patch
Date
Msg-id BANLkTim2no3-1A6KMDDumA2koP6UuMzSCw@mail.gmail.com
Whole thread Raw
In response to Re: use less space in xl_xact_commit patch  (Leonardo Francalanci <m_lists@yahoo.it>)
List pgsql-hackers
On Wed, May 18, 2011 at 9:11 AM, Leonardo Francalanci <m_lists@yahoo.it> wrote:
> 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...

Looks reasonable on a quick once-over; please add it to the next
CommitFest so that it gets a more detailed review.

https://commitfest.postgresql.org/action/commitfest_view/open

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: switch UNLOGGED to LOGGED
Next
From: Robert Haas
Date:
Subject: Re: ts_rank