[PATCH] Timestamp for a XLOG_BACKUP_END WAL-record - Mailing list pgsql-hackers

From Andrey V. Lepikhov
Subject [PATCH] Timestamp for a XLOG_BACKUP_END WAL-record
Date
Msg-id b9b27881-1062-fb55-3380-43c1652e781d@postgrespro.ru
Whole thread Raw
Responses Re: [PATCH] Timestamp for a XLOG_BACKUP_END WAL-record  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,
I prepared a patch which adds a timestamp into a XLOG_BACKUP_END 
WAL-record. This functionality is needed in practice when we have to 
determine a recovery time of specific backup.
This code developed in compatibility with WAL segments, which do not 
have a timestamp in a XLOG_BACKUP_END record.

-- 
Andrey Lepikhov
Postgres Professional:
https://postgrespro.com
The Russian Postgres Company

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Usage of epoch in txid_current
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] Timestamp for a XLOG_BACKUP_END WAL-record