Re: Defining macro LSNOID for pg_lsn in pg_type.h

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Defining macro LSNOID for pg_lsn in pg_type.h
Date: 2014-03-03 12:41:10
Message-ID: CAB7nPqRkgU08vViZeaw_7LAMqvsPCrbHcPtZrMVATP5quK-JqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 3, 2014 at 9:06 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Thu, Feb 27, 2014 at 8:12 AM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)com> wrote:
>> When working on the datatype pg_lsn, we actually did not create a
>> define macro for its oid in pg_type.h and this could be useful for
>> extension developers. The simple patch attached corrects that by
>> naming this macro LSNOID.
>
> Thanks, committed.
Thanks.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-03-03 12:52:23 Re: VACUUM FULL/CLUSTER doesn't update pg_class's pg_class.relfrozenxid
Previous Message Robert Haas 2014-03-03 12:39:55 Re: heapgetpage() and ->takenDuringRecovery