pgsql: Add tests for libpq query cancellation APIs

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tests for libpq query cancellation APIs
Date: 2024-03-11 20:54:45
Message-ID: E1rjmfU-003J9Y-Lb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tests for libpq query cancellation APIs

This is in preparation of making changes and additions to these APIs.

Author: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Discussion: https://postgr.es/m/CAGECzQRb21spiiykQ48rzz8w+Hcykz+mB2_hxR65D9Qk6nnw=w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/319e9e53f3797fe4a4753b54a98ab717bb2f2ca0

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 175 ++++++++++++++++++++++-
1 file changed, 173 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-11 21:08:32 Re: pgsql: Catalog changes preparing for builtin collation provider.
Previous Message Nathan Bossart 2024-03-11 20:43:12 pgsql: reindexdb: Allow specifying objects to process in all databases.