1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Fixed release notes for info command.

This commit is contained in:
David Steele
2015-06-13 18:30:10 -04:00
parent 148836fe44
commit 6c807f2ddd
2 changed files with 2 additions and 22 deletions

View File

@@ -768,17 +768,7 @@ example: db-path=/data/db
### v0.75: IN DEVELOPMENT - OTTAWA MILESTONE
*
Info feature TODO:
* stanza create/upgrade?
* New regression for expiration now that the path structure is different.
Less Important:
* running/error state based on lock in tmp/stanza
* Add last WAL info to archive.info and info function
* Remote calls are not returning expected code (this is OK because of log testing, but not ideal)
* Comment blocks for the .info files
* Add info command.
* Logging now uses unbuffered output. This should make log files that are being written by multiple threads less chaotic. Suggested by Michael Renner.

View File

@@ -724,17 +724,7 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
<release-version version="0.75" title="IN DEVELOPMENT - OTTAWA MILESTONE">
<release-feature-bullet-list>
<release-feature>
<text>
Info feature TODO:
* stanza create/upgrade?
* New regression for expiration now that the path structure is different.
Less Important:
* running/error state based on lock in tmp/stanza
* Add last WAL info to archive.info and info function
* Remote calls are not returning expected code (this is OK because of log testing, but not ideal)
* Comment blocks for the .info files
</text>
<text>Add info command.</text>
</release-feature>
<release-feature>
<text>Logging now uses unbuffered output. This should make log files that are being written by multiple threads less chaotic. Suggested by Michael Renner.</text>