Re: postgresql-10.0/src/backend/access/transam/clog.c:234: sanity check after use ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Binderman <dcb314(at)hotmail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: postgresql-10.0/src/backend/access/transam/clog.c:234: sanity check after use ?
Date: 2017-10-06 15:52:59
Message-ID: 4789.1507305179@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

David Binderman <dcb314(at)hotmail(dot)com> writes:
> postgresql-10.0/src/backend/access/transam/clog.c:234]: (style) Array index 'i' is used before limits check.

Yeah, this is pretty bogus, will fix (and the same for your other one).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-10-06 16:40:04 Re: postgresql-10.0/src/backend/optimizer/geqo/geqo_ox2.c:84:sanity check after use ?
Previous Message Josef Machytka 2017-10-06 15:42:08 Re: BUG #14845: postgres_fdw and mysql_fdw can cause crash of instance