Further tweaking of jsonb_set_lax().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 31f403e95fdf88338d3fc9c6af80fcf6d8241044
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-01-20T19:26:56Z
Releases: 13.0
Further tweaking of jsonb_set_lax().

Some buildfarm members were still warning about this, because in
9c679a08f I'd missed decorating one of the ereport() code paths
with a dummy return.

Also, adjust the error messages to be more in line with project
style guide.

Files

PathChange+/−
src/backend/utils/adt/jsonfuncs.c modified +6 −5
src/test/regress/expected/jsonb.out modified +5 −5