Re: [PATCH] Fix Uninitialized scalar variable (UNINIT) (src/backend/access/heap/heapam_handler.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Fix Uninitialized scalar variable (UNINIT) (src/backend/access/heap/heapam_handler.c)
Date: 2020-08-26 00:22:36
Message-ID: CAEudQAo_oQ0vib-N=yCVFtmkYtV__9gOUsXkso7tgQNCRHVP5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em ter., 25 de ago. de 2020 às 20:29, Alvaro Herrera <
alvherre(at)2ndquadrant(dot)com> escreveu:

> On 2020-Aug-25, Ranier Vilela wrote:
>
> > kkk, I think it's enough for me.
> > I believe that PostgreSQL will not run on the ISS yet.
>
> Actually, I believe there are some satellites that run Postgres -- not
> 100% sure about this.
>
Yeah, ESA uses:
https://resources.2ndquadrant.com/european-space-agency-case-study-download

In fact, Postgres is to be congratulated.
Guess who didn't make any bug?
https://changochen.github.io/publication/squirrel_ccs2020.pdf
"Sqirrel has successfully detected 63 bugs from tested DBMS,including 51
bugs from SQLite, 7 from MySQL, and 5 from MariaDB."

Ranier Vilela

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2020-08-26 01:26:23 Re: some unused parameters cleanup
Previous Message David Rowley 2020-08-26 00:14:27 Re: Hybrid Hash/Nested Loop joins and caching results from subplans