Re: Wrong dead return value in jsonb_utils.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Rikard Falkeborn <rikard.falkeborn@gmail.com>,
pgsql-hackers@postgresql.org
Date: 2019-05-12T14:15:05Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > As that's really cosmetic, I would just change that on HEAD, or > perhaps others feel differently? +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). regards, tom lane
Commits
-
Fix incorrect return value in JSON equality function for scalars
- 1171dbde2dae 12.0 landed