Re: A compiling warning in jsonb_populate_record_valid - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A compiling warning in jsonb_populate_record_valid
Date
Msg-id 347162.1706195734@sss.pgh.pa.us
Whole thread Raw
In response to Re: A compiling warning in jsonb_populate_record_valid  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: A compiling warning in jsonb_populate_record_valid
List pgsql-hackers
Amit Langote <amitlangote09@gmail.com> writes:
>  On Thu, Jan 25, 2024 at 23:57 Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> -1 please.  We should not break that abstraction for the sake
>> of ignorable warnings on ancient compilers.

> Ignoring the warning was my 1st thought too, because an old discussion I
> found about the warning was too old (2011).  The style I adopted in my
> “fix” is used in a few other places too, so I thought I might as well
> go for it.

Oh, well maybe I'm missing some context.  What comparable places did
you see?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: A compiling warning in jsonb_populate_record_valid
Next
From: Robert Haas
Date:
Subject: Re: Emit fewer vacuum records by reaping removable tuples during pruning