pgsql: Re-revert stats collector latch changes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-revert stats collector latch changes.
Date: 2012-05-13 18:52:14
Message-ID: E1STdtu-0002H0-Ly@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-revert stats collector latch changes.

This reverts commit cb2f2873d6b81ad7f0a9733ba738bfac0746fb7b, restoring
the latch-ified stats collector logic. We'll soon see if this works any
better on the Windows buildfarm machines.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/966970ed636586b80739c0d21aec7561f0fafedd

Modified Files
--------------
src/backend/postmaster/pgstat.c | 185 ++++++++++++++------------------------
1 files changed, 68 insertions(+), 117 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-13 22:07:21 pgsql: Fix DROP TABLESPACE to unlink symlink when directory is not ther
Previous Message Tom Lane 2012-05-13 18:35:52 pgsql: Attempt to fix some issues in our Windows socket code.