On Thu, 7 Nov 2019 at 17:43, Sergei Fedorov
wrote:
> Hello everybody,
>
> Yes, we will be happy to put our patch under the PostgreSQL License.
>
> Patch is attached to this email, master was rebased to head prior to
> creating the patch.
>
> We are using a C++ wrapper on top of libpq for using da
On Thu, 7 Nov 2019 at 17:43, Sergei Fedorov
wrote:
> Hello everybody,
>
> Yes, we will be happy to put our patch under the PostgreSQL License.
>
> Patch is attached to this email, master was rebased to head prior to
> creating the patch.
>
> We are using a C++ wrapper on top of libpq for using da
Hello everybody,
Yes, we will be happy to put our patch under the PostgreSQL License.
Patch is attached to this email, master was rebased to head prior to
creating the patch.
We are using a C++ wrapper on top of libpq for using database connections
in multithreaded asynchronous applications. For
On Thu, 17 Oct 2019 at 03:12, Sergei Fedorov
wrote:
> Hello everybody,
>
> Our company was in desperate need of portals in async interface of libpq,
> so we patched it.
>
> We would be happy to upstream the changes.
>
> The description of changes:
>
> Two functions in libpq-fe.h:
> PQsendPortalBi