[PATCH] Little refactoring of portalcmds.c - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] Little refactoring of portalcmds.c
Date
Msg-id CAJ7c6TOQq=R5MmrbkrGYdqTQEaaoEgMq-ZraXPjkdCJ60oJcaQ@mail.gmail.com
Whole thread Raw
List 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

pgsql-hackers by date:

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