]> granicus.if.org Git - postgresql/commit
Make use of qsort_arg in several places that were formerly using klugy
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Oct 2006 17:57:40 +0000 (17:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Oct 2006 17:57:40 +0000 (17:57 +0000)
commite378f82e0029a7a6fda9c655bd79d4404e566c0b
tree744c1cd2841844ddf00880e80aae9ab7b460edfd
parentf2332ea1e99e2a2d04d1744c86e899c52f5e841e
Make use of qsort_arg in several places that were formerly using klugy
static variables.  This avoids any risk of potential non-reentrancy,
and in particular offers a much cleaner workaround for the Intel compiler
bug that was affecting ginutil.c.
contrib/btree_gist/btree_utils_var.c
contrib/tsearch2/rank.c
contrib/tsearch2/tsvector.c
src/backend/access/gin/ginutil.c
src/backend/commands/analyze.c
src/include/access/gin.h