Defining macro LSNOID for pg_lsn in pg_type.h

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Defining macro LSNOID for pg_lsn in pg_type.h
Date: 2014-02-27 13:12:23
Message-ID: CAB7nPqQ7nH-7P=LPMzXXO1UdckP-U2x=c4qcbe80=VgV4-ybQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

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.
Regards,
--
Michael

Attachment Content-Type Size
0001-lsn_oid.patch text/x-patch 726 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2014-02-27 13:54:54 Re: Unfortunate choice of short switch name in pgbench
Previous Message Michael Paquier 2014-02-27 13:05:17 Re: Dump pageinspect to 1.2: page_header with pg_lsn datatype