pgsql: Fix bogus sizeof calculations.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bogus sizeof calculations.
Date: 2019-09-15 15:52:06
Message-ID: E1i9Woo-00064Z-4d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-15 16:00:21 Re: pgsql: Test pg_atomic_fetch_add_ with variable addend and 16-bit edge c
Previous Message Dean Rasheed 2019-09-15 12:23:06 pgsql: Fix intermittent self-test failures caused by the stats_ext test