Re: switch UNLOGGED to LOGGED

From: Leonardo Francalanci <m_lists(at)yahoo(dot)it>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: switch UNLOGGED to LOGGED
Date: 2011-05-10 12:03:46
Message-ID: 576116.18934.qm@web29003.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I don't think making xinfo shorter will save anything, because
> whatever follows it is going to be a 4-byte quantity and therefore
> 4-byte aligned.

ups, didn't notice it.

I'll split xinfo into:

uint16 xinfo;
uint16 presentFlags;

I guess it helps with the reading? I mean, instead
of having a single uint32?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-05-10 12:48:32 Re: crash-safe visibility map, take five
Previous Message Kohei Kaigai 2011-05-10 11:55:37 [v9.2] Leaky view and RLS