You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_docs/docs/pgd/5.8/rel_notes/pgd_5.8.0_rel_notes.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,13 @@ obtained (physical or logical).</p>
55
55
useless. So instead of reading from there, simply use the GUC which is
56
56
now available on all supported PG versions.</p>
57
57
</details></td><td>41776</td></tr>
58
-
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fix the CLI <code>pgd cluster show</code> command issues on a degraded cluster.</summary><hr/><p>The <code>pgd cluster show</code> command failed with error for clock drift if only one node is up and running in a N node cluster.
59
-
The command is fixed to return valid output for other components viz., <code>health</code> and <code>summary</code> while reporting a valid error for <code>clock-drift</code>.</p>
58
+
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fixed the CLI <code>pgd cluster show</code> command issues on a degraded cluster.</summary><hr/><p>The <code>pgd cluster show</code> command failed with an error for clock drift if only one node was up and running in a N node cluster.
59
+
The command now returns valid output for the other components, <code>health</code> and <code>summary</code>, while reporting an appropriate error for <code>clock-drift</code>.</p>
60
60
</details></td><td></td></tr>
61
-
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fix the CLI <code>pgd node show</code> command issue if a non-existent node is specified.</summary><hr/><p>The <code>pgd node show</code> command crashed if a non-existent node is specified to the command.
62
-
The command is fixed to fail gracefully with appropriate error message.</p>
61
+
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fixed the CLI <code>pgd node show</code> command issue if a non-existent node is specified.</summary><hr/><p>The <code>pgd node show</code> command crashed if a non-existent node was specified to the command.
62
+
The command now fails gracefully with an appropriate error message.</p>
63
63
</details></td><td></td></tr>
64
-
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fix the timestamp parsing issue for <code>pgd replication show</code> CLI command.</summary><hr/><p>The <code>pgd replication show</code> command previously crashed when formatting EPAS timestamps.</p>
64
+
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fixed the timestamp parsing issue for <code>pgd replication show</code> CLI command.</summary><hr/><p>The <code>pgd replication show</code> command previously crashed when formatting EPAS timestamps.</p>
65
65
</details></td><td>47280</td></tr>
66
66
<tr><td>BDR</td><td>5.8.0</td><td><details><summary>Prevent segfault in bdr.taskmgr_set_leader</summary><hr/><p>Add a note in test 00200 to at least give a hint about which
0 commit comments