[PATCH] ltree, lquery, and ltxtquery binary protocol support

From: Nino Floris <mail(at)ninofloris(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] ltree, lquery, and ltxtquery binary protocol support
Date: 2019-08-18 14:56:27
Message-ID: CANmj9Vxx50jOo1L7iSRxd142NyTz6Bdcgg7u9P3Z8o0=HGkYyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is a patch to support send/recv on ltree, lquery and ltxtquery.
I'm a contributor to the Npgsql .NET PostgreSQL driver and we'll be
the first to have official support once those ltree changes have been
released.
You can find the driver support work here, the tests verify a
roundtrip for each of the types is succesful.
https://github.com/NinoFloris/npgsql/tree/label-tree-support

Any feedback would be highly appreciated.

Greetings,
Nino Floris

Attachment Content-Type Size
0001-Implements-ltree-lquery-and-ltxtquery-binary-protoco.patch application/octet-stream 60.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-08-18 15:00:09 Re: [PATCH] Implement INSERT SET syntax
Previous Message Tom Lane 2019-08-18 14:35:22 Re: [PATCH] Implement INSERT SET syntax