Re: [PATCH] Fix possible underflow in expression (maxoff - 1) - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [PATCH] Fix possible underflow in expression (maxoff - 1)
Date
Msg-id CA+hUKGKuBP_pCk6eR3XK2PgtGi5ozD9GFxwdf33Gn9+=X1ytvg@mail.gmail.com
Whole thread Raw
In response to RE: [PATCH] Fix possible underflow in expression (maxoff - 1)  (Ranier Vilela <ranier_gyn@hotmail.com>)
Responses RE: [PATCH] Fix possible underflow in expression (maxoff - 1)  (Ranier Vilela <ranier_gyn@hotmail.com>)
List pgsql-hackers
On Mon, Nov 25, 2019 at 8:21 AM Ranier Vilela <ranier_gyn@hotmail.com> wrote:
> >Where are you getting this stuff from? Are you using a static analysis tool?

> Yes,two static tools,  but reviewed by me.

If you're working on/with static code analysis tools, I have some
requests :-)  How could we automate the discovery of latch wait
programming mistakes?



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: [HACKERS] Proposal to add work_mem option to postgres_fdw module
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.