aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-12-23 20:24:07 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2013-12-23 20:24:07 -0500
commitcf63c641cae2063a0442d73d49af295301cec61b (patch)
treed67132751f9ec41c281216cee442a83ce021a014 /src/backend/utils/adt/json.c
parent8d65da1f01c6a4c84fe9c59aeb6b7e3adf870145 (diff)
downloadpostgresql-cf63c641cae2063a0442d73d49af295301cec61b.tar.gz
postgresql-cf63c641cae2063a0442d73d49af295301cec61b.zip
Fix portability issue in ordered-set patch.
Overly compact coding in makeOrderedSetArgs() led to a platform dependency: if the compiler chose to execute the subexpressions in the wrong order, list_length() might get applied to an already-modified List, giving a value we didn't want. Per buildfarm.
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions