pgsql: Update comment in portal.h.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment in portal.h.
Date: 2024-08-01 08:56:41
Message-ID: E1sZRc1-002AzD-UQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comment in portal.h.

We store tuples into the portal's tuple store for a PORTAL_ONE_MOD_WITH
query as well.

Back-patch to all supported branches.

Reviewed by Andy Fan.

Discussion: https://postgr.es/m/CAPmGK14HVYBZYZtHabjeCd-e31VT%3Dwx6rQNq8QfehywLcpZ2Hw%40mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4c61a3a46817c90e8f58ae56b001ce20e3fa1f0b

Modified Files
--------------
src/include/utils/portal.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-01 10:31:34 pgsql: pg_createsubscriber: Rename option --socket-directory to --socke
Previous Message Peter Eisentraut 2024-08-01 08:21:44 pgsql: Convert node test compile-time settings into run-time parameters