Defining macro LSNOID for pg_lsn in pg_type.h

Started by Michael Paquierabout 12 years ago3 messageshackers
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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

Attachments:

0001-lsn_oid.patchtext/x-patch; charset=US-ASCII; name=0001-lsn_oid.patchDownload+1-0
#2Robert Haas
robertmhaas@gmail.com
In reply to: Michael Paquier (#1)
Re: Defining macro LSNOID for pg_lsn in pg_type.h

On Thu, Feb 27, 2014 at 8:12 AM, Michael Paquier
<michael.paquier@gmail.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.

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Michael Paquier
michael@paquier.xyz
In reply to: Robert Haas (#2)
Re: Defining macro LSNOID for pg_lsn in pg_type.h

On Mon, Mar 3, 2014 at 9:06 PM, Robert Haas <robertmhaas@gmail.com> wrote:

On Thu, Feb 27, 2014 at 8:12 AM, Michael Paquier
<michael.paquier@gmail.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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers