1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Allow if in manifest variables.

The code supported this feature but the manifest DTD did now allow it.
This commit is contained in:
David Steele 2019-01-24 11:11:12 +02:00
parent db08656537
commit bec52b6f41
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<!ELEMENT variable-list (variable+)>
<!ELEMENT variable (#PCDATA)>
<!ATTLIST variable key CDATA #REQUIRED>
<!ATTLIST variable if CDATA "default">
<!ATTLIST variable eval CDATA "n">
<!ELEMENT source-list (source+)>

View File

@ -120,6 +120,10 @@
<p>Clarify that encryption is always performed client-side.</p>
</release-item>
<release-item>
<p>Allow <code>if</code> in manifest variables.</p>
</release-item>
</release-improvement-list>
</release-doc-list>