Re: Wrong dead return value in jsonb_utils.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Wrong dead return value in jsonb_utils.c
Date
Msg-id 20190513001745.GA6482@paquier.xyz
Whole thread Raw
In response to Re: Wrong dead return value in jsonb_utils.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, May 12, 2019 at 10:15:05AM -0400, Tom Lane wrote:
> +1 for a HEAD-only change.  I think the only really good arguments
> for back-patching would be if this were causing compiler warnings
> (but we've seen none) or if we thought it would likely lead to
> hazards for back-patching future bug fixes (but the adjacent lines
> seem unlikely to change).

If it were to generate warnings, we would have already caught them as
this comes from 1171dbd.  Committed to HEAD.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: PG 12 draft release notes
Next
From: Noah Misch
Date:
Subject: Re: [HACKERS] WAL logging problem in 9.4.3?