Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ranier Vilela <ranier.vf@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2021-04-12T05:07:30Z
Lists: pgsql-hackers
On Sun, Apr 11, 2021 at 07:42:20PM -0300, Ranier Vilela wrote:
> Em dom., 11 de abr. de 2021 às 16:25, Justin Pryzby <pryzby@telsasoft.com>
> escreveu:
>> I think you're right. You can look in the commit history to find the
>> relevant
>> commit and copy the committer.
In this case that's a4d75c8, for Tomas.
>> I think it's cleanest to write:
>> |HeapTupleData tmptup = {0};
I agree that this would be cleaner.
While on it, if you could not top-post..
--
Michael
Commits
-
Initialize t_self and t_tableOid in statext_expressions_load
- 20661c15db8f 14.0 landed