[PATCH] Little refactoring of portalcmds.c

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] Little refactoring of portalcmds.c
Date: 2025-10-08 14:02:00
Message-ID: CAJ7c6TOQq=R5MmrbkrGYdqTQEaaoEgMq-ZraXPjkdCJ60oJcaQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The proposed patch places some repetitive code in a helper function.
The value of this change is arguably not that high but it makes the
code a bit neater IMO.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v1-0001-Refactor-portalcmds.c.patch text/x-patch 2.5 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-10-08 14:30:58 Re: [PATCH] Remove unused #include's in src/backend/commands/*
Previous Message Álvaro Herrera 2025-10-08 14:01:33 Re: VACUUM (PARALLEL) option processing not using DefElem the way it was intended