git.postgresql.org Git - postgresql.git/commit
2013年12月24日 01:24:07 +0000 (20:24 -0500)
2013年12月24日 01:24:07 +0000 (20:24 -0500)
commit cf63c641cae2063a0442d73d49af295301cec61b
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.
This is the main PostgreSQL git repository.
RSS
Atom