Re: [Patch proposal] libpq portal support

2019-11-07 Thread Craig Ringer
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

Re: [Patch proposal] libpq portal support

2019-11-07 Thread Craig Ringer
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

Re: [Patch proposal] libpq portal support

2019-11-07 Thread Sergei Fedorov
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.

Re: [Patch proposal] libpq portal support

2019-10-18 Thread Craig Ringer
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: >