Fix possible variable declaration uninitialized (src/backend/utils/adt/varlena.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix possible variable declaration uninitialized (src/backend/utils/adt/varlena.c)
Date: 2021-07-05 12:40:31
Message-ID: CAEudQAo4XjbptxeVkw5-N=vwMMSe1PDghAu7ivjSoyFgHqNqMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

This is not a live bug.
I think this is worth fixing, just for the sake of style and code
correctness.
As a bonus, we have a reduced scope and standardized return.

regards,
Ranier Vilela

Attachment Content-Type Size
fix_possible_decl_var_uninitialized_varlena.patch application/octet-stream 1013 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2021-07-05 12:46:00 Re: Use extended statistics to estimate (Var op Var) clauses
Previous Message Ranier Vilela 2021-07-05 12:10:00 Re: Numeric multiplication overflow errors