Small code simplification
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 21 Aug 2024 07:21:25 +0000 (09:21 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 21 Aug 2024 07:21:25 +0000 (09:21 +0200)
commit7ff9afbbd1df7c256024edb447eae7269c1bab03
treec08c5ac943d529f5a2b1bcb0a3d663875e95450d
parent3f28b2fcac33fb352d261fac298cfe68c3899d32
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: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org
src/backend/commands/tablecmds.c