pgsql: Initialize the new bgwriterLatch field properly.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Initialize the new bgwriterLatch field properly.
Date: 2012-01-27 16:26:02
Message-ID: E1Rqock-0003yM-15@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Initialize the new bgwriterLatch field properly.

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cf3fff6326299deca77c1387df31d24aea36e2e1

Modified Files
--------------
src/backend/storage/lmgr/proc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-01-27 16:26:38 Re: pgsql: Make bgwriter sleep longer when it has no work to do, to save el
Previous Message Robert Haas 2012-01-27 16:01:19 pgsql: pg_dump: Move connection-setup code to a separate function.