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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8122578098d3ff20a9a12d25807e56cecac673c

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