Re: Unlogged tables and BufferSync() - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Unlogged tables and BufferSync()
Date
Msg-id CA+TgmoZnjXtsCn7vwFr21JrYAgSVh-pimFW0CsSAVSO7HxaiVA@mail.gmail.com
Whole thread Raw
In response to Unlogged tables and BufferSync()  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On Fri, Jan 6, 2012 at 7:52 AM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> In BufferSync(), we have this:
>
>>        /*
>>         * Unless this is a shutdown checkpoint, we write only permanent,
>> dirty
>>         * buffers.  But at shutdown time, we write all dirty buffers.
>>         */
>>        if (!(flags & CHECKPOINT_IS_SHUTDOWN))
>>                flags |= BM_PERMANENT;
>
>
> That seems bogus to me. We're mixing CHECKPOINT_* flags and buffer BM_*
> flags in the same variable. Furthermore, we only use that flags variable to
> pass it down to CheckpointWriteDelay(), which only pays attention to
> CHECKPOINT_IMMEDIATE flag. The intention was probably to do "mask |=
> BM_PERMANENT" ?

Ouch.  Yeah, that's a bug, will fix.

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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Unlogged tables and BufferSync()
Next
From: Michael Beattie
Date:
Subject: Re: FATAL: bogus data in lock file "postmaster.pid": ""