Re: Wrong dead return value in jsonb_utils.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rikard Falkeborn <rikard(dot)falkeborn(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Wrong dead return value in jsonb_utils.c
Date: 2019-05-13 00:17:45
Message-ID: 20190513001745.GA6482@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2019-05-13 00:37:05 Re: [HACKERS] WAL logging problem in 9.4.3?
Previous Message David Rowley 2019-05-12 23:47:12 Re: PostgreSQL 12: Feature Highlights