Improve style of two code paths
Michael Paquier <michael@paquier.xyz>
Improve style of two code paths In execGrouping.c, execTuplesMatchPrepare() was doing a memory allocation that was not necessary when the number of columns was 0. In foreign.c, pg_options_to_table() was assigning twice a variable to the same value. Author: Ranier Vilela Discussion: https://postgr.es/m/CAEudQAqup0agbSzMjSLSTn=OANyCzxENF1+HrSYnr3WyZib7=Q@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execGrouping.c | modified | +3 −1 |
| src/backend/foreign/foreign.c | modified | +1 −1 |
Discussion
- Assorted style changes with a tiny improvement 3 messages · 2024-07-02 → 2024-10-08