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

From Leonardo Francalanci
Subject use less space in xl_xact_commit patch
Date
Msg-id 235610.92468.qm@web29004.mail.ird.yahoo.com
Whole thread Raw
Responses Re: use less space in xl_xact_commit patch  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hi,


following the conversation at

http://postgresql.1045698.n5.nabble.com/switch-UNLOGGED-to-LOGGED-tp4290461p4382333.html


I tried to remove some bytes from xl_xact_commit.

The way I did it needs palloc+memcpy. I guess it could be done
reusing the memory for smgrGetPendingDeletes. But I don't
think it's that important.

I guess there are other ways of doing it; let me know what
you think.



Leonardo

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: pg_upgrade permission check
Next
From: Tom Lane
Date:
Subject: Re: pg_upgrade permission check