pgsql: Small code simplification

Started by Peter Eisentrautalmost 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Small code simplification

Apply GETSTRUCT() once instead of doing it repeatedly in the same
function. This simplifies the notation and makes the function's
structure more similar to the surrounding ones.

Discussion: /messages/by-id/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ff9afbbd1df7c256024edb447eae7269c1bab03

Modified Files
--------------
src/backend/commands/tablecmds.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)