PITR Signalling the Archiver

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: PITR Signalling the Archiver
Date: 2004-05-11 20:51:04
Message-ID: 1084308662.3028.2064.camel@stromboli
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

A few questions may help to speed up my work

I need to send a signal from a backend to the archiver process.

1. What signal should I use?

2. How do I give the processid of the archiver to the backend? The
archiver may restart at any time, so its pid could change after a
backend is forked.

I have answers, but I strive for the best answer.

Thanks very much, Best regards, Simon Riggs

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-11 20:55:26 Re: PITR Signalling the Archiver
Previous Message Tom Lane 2004-05-11 20:29:15 Re: XLog: how to log?