diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-12-23 20:24:07 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-12-23 20:24:07 -0500 |
commit | cf63c641cae2063a0442d73d49af295301cec61b (patch) | |
tree | d67132751f9ec41c281216cee442a83ce021a014 /src/backend/utils/adt/pgstatfuncs.c | |
parent | 8d65da1f01c6a4c84fe9c59aeb6b7e3adf870145 (diff) | |
download | postgresql-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/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions