]> granicus.if.org Git - postgresql/commit
Temporarily revert stats collector latch changes so we can ship beta1.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 May 2012 21:26:08 +0000 (17:26 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 May 2012 21:26:33 +0000 (17:26 -0400)
commitcb2f2873d6b81ad7f0a9733ba738bfac0746fb7b
tree9212b3a5c8e55850a51a321c59841a73a2f35c36
parent5428ff4af84e488c7f0629108cd12ff51125e09f
Temporarily revert stats collector latch changes so we can ship beta1.

This patch reverts commit 49340037ee3ab46cb24144a86705e35f272c24d5 and some
follow-on tweaking in pgstat.c.  While the basic scheme of latch-ifying the
stats collector seems sound enough, it's failing on most Windows buildfarm
members for unknown reasons, and there's no time left to debug that before
9.2beta1.  Better to ship a beta version without this improvement.  I hope
to re-revert this once beta1 is out, though.
src/backend/postmaster/pgstat.c