Thread: pgsql: Fix bogus sizeof calculations.

pgsql: Fix bogus sizeof calculations.

From
Tom Lane
Date:
Fix bogus sizeof calculations.

Noted by Coverity.  Typo in 27cc7cd2b, so back-patch to v12
as that was.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/27bc87985c4135f27bdcddd905baad3b62a3f03a

Modified Files
--------------
src/backend/executor/execMain.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)