Fix possible variable declaration uninitialized (src/backend/utils/adt/varlena.c) - Mailing list pgsql-hackers

From Ranier Vilela
Subject Fix possible variable declaration uninitialized (src/backend/utils/adt/varlena.c)
Date
Msg-id CAEudQAo4XjbptxeVkw5-N=vwMMSe1PDghAu7ivjSoyFgHqNqMQ@mail.gmail.com
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Numeric multiplication overflow errors
Next
From: Dean Rasheed
Date:
Subject: Re: Use extended statistics to estimate (Var op Var) clauses