Re: delete a file everytime pg server starts/crashes

From: athinivas <athinivas(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: delete a file everytime pg server starts/crashes
Date: 2017-10-08 14:01:27
Message-ID: 1507471287221-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes, will take the epoch value from same and create a new file. Upon
subsequent calls, will access with that filename...if it fails(incase if the
postmaster is restarted), will create a new one.

@Melvin Does this capture all failure scenarios?? Or you have any other
better ways to do it. Your comments are much appreciated !!

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2017-10-08 14:11:41 Re: delete a file everytime pg server starts/crashes
Previous Message Melvin Davidson 2017-10-08 13:51:51 Re: delete a file everytime pg server starts/crashes