Defining macro LSNOID for pg_lsn in pg_type.h
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
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
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