Re: [HACKERS] PATCH: Batch/pipelining support for libpq

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>, Matthieu Garrigues <matthieu(dot)garrigues(at)gmail(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Aya Iwata <iwata(dot)aya(at)jp(dot)fujitsu(dot)com>, Daniel Vérité <daniel(at)manitou-mail(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Kirk Jamison <k(dot)jamison(at)fujitsu(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Nikhil Sontakke <nikhils(at)2ndquadrant(dot)com>, Vaishnavi Prabakaran <VaishnaviP(at)fast(dot)au(dot)fujitsu(dot)com>
Subject: Re: [HACKERS] PATCH: Batch/pipelining support for libpq
Date: 2021-03-15 19:47:25
Message-ID: 20210315194725.GA10869@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021-Mar-15, Justin Pryzby wrote:

> Are you going to update the assertion ?
>
> +#if 0
> Assert((meta == META_NONE && varprefix == NULL) ||
> ((meta == META_GSET || meta == META_ASET) && varprefix != NULL));
> +#endif

Yeah, caught that just after sending. Here's a notpatch.

--
Álvaro Herrera 39°49'30"S 73°17'W
"La virtud es el justo medio entre dos defectos" (Aristóteles)

Attachment Content-Type Size
fixassert.notpatch text/plain 727 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2021-03-15 19:58:33 Re: New IndexAM API controlling index vacuum strategies
Previous Message Tom Lane 2021-03-15 19:45:38 Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW