Re: xlog file naming

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: xlog file naming
Date: 2011-09-12 20:01:45
Message-ID: 4E6E6529.7030800@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12.09.2011 21:36, Peter Eisentraut wrote:
> PS2: While we're discussing the cleanup of xlog.c, someone daring could
> replace XLogRecPtr by a plain uint64 and possibly save hundres of lines
> of code and eliminate a lot of the above confusion.

One problem with that is that it would break binary
backwards-compatibility on little-endian systems.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexey Klyukin 2011-09-12 21:09:10 Re: REVIEW proposal: a validator for configuration files
Previous Message Kohei KaiGai 2011-09-12 19:31:21 Re: [v9.2] Fix Leaky View Problem