Defining macro LSNOID for pg_lsn in pg_type.h - Mailing list pgsql-hackers

From Michael Paquier
Subject Defining macro LSNOID for pg_lsn in pg_type.h
Date
Msg-id CAB7nPqQ7nH-7P=LPMzXXO1UdckP-U2x=c4qcbe80=VgV4-ybQA@mail.gmail.com
Whole thread Raw
Responses Re: Defining macro LSNOID for pg_lsn in pg_type.h
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Dump pageinspect to 1.2: page_header with pg_lsn datatype
Next
From: Alvaro Herrera
Date:
Subject: Re: Unfortunate choice of short switch name in pgbench