1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/doc/xml
David Steele d211c2b8b5 Fix possible truncated WAL segments when an error occurs mid-write.
The file write object destructors called close() and finalized the file even if it was not completely written.  This was an issue in both the C and Perl code.

Rewrite the destructors to simply free resources (like file handles) rather than calling the close() method.  This leaves the temp file in place for filesystems that use temp files.

Add unit tests to prevent regression.

Reported by blogh.
2019-02-15 11:52:39 +02:00
..
dtd Allow if condition in documentation lists and list items. 2019-01-24 16:45:28 +02:00
coding.xml Add coding standards for String constants. 2018-12-04 11:46:25 -05:00
documentation.xml Add openssl-devel install to documentation build in 711b3e67. 2019-01-30 22:02:42 +02:00
index.xml Update introduction to be pithy. 2018-09-19 18:26:12 -04:00
reference.xml Clarify that encryption is always performed client-side. 2019-01-04 12:25:58 +02:00
release.xml Fix possible truncated WAL segments when an error occurs mid-write. 2019-02-15 11:52:39 +02:00
test.xml Add admonitions to documentation renderers. 2018-12-30 16:40:20 +02:00
user-guide.xml Fix hard-coded repository path. 2019-01-30 13:39:22 +02:00