Re: dynamic result sets support in extended query protocol

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dynamic result sets support in extended query protocol
Date: 2021-06-29 13:39:37
Message-ID: 6f038f18-0f2b-5271-a56f-1770577f246c@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is an updated patch with some merge conflicts resolved, to keep it
fresh. It's still pending in the commit fest from last time.

My focus right now is to work on the "psql - add SHOW_ALL_RESULTS
option" patch (https://commitfest.postgresql.org/33/2096/) first, which
is pretty much a prerequisite to this one. The attached patch set
contains a minimal variant of that patch in 0001 and 0002, just to get
this working, but disregard those for the purposes of code review.

The 0003 patch contains comprehensive documentation and test changes
that can explain the feature in its current form.

Attachment Content-Type Size
v3-0001-psql-Display-multiple-result-sets.patch text/plain 7.0 KB
v3-0002-XXX-make-tests-pass-for-psql-changes.patch text/plain 2.4 KB
v3-0003-Dynamic-result-sets-from-procedures.patch text/plain 52.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2021-06-29 13:54:49 Re: Pipeline mode and PQpipelineSync()
Previous Message Asif Rehman 2021-06-29 13:21:54 Re: Fix around conn_duration in pgbench