pgsql: Make startup process respond to signals to cancel waiting on lat

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make startup process respond to signals to cancel waiting on lat
Date: 2010-10-14 18:16:39
Message-ID: E1P6SM3-0005S7-Mx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make startup process respond to signals to cancel waiting on latch.
A tidy up for recently committed changes to startup latch.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3bbcc5c9992f21fa735f438f5ff5f3a81efea39c

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-10-14 18:31:35 pgsql: Improvements to docs about pg_archive_cleanup and use of archive
Previous Message Simon Riggs 2010-10-14 18:13:31 pgsql: Fix bug in comment of timeline history file.