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:
parent
db08656537
commit
bec52b6f41
@ -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+)>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user