Skip to content

Commit

Permalink
docs: fix missing volatility column for prober builtin generated doc
Browse files Browse the repository at this point in the history
This patch fixes the issue of the missing volatility column for the
prober builtin in generated docs. Backport cockroachdb#83820 did not have the
volatility column from cockroachdb#84038.

Release note: None
  • Loading branch information
Santamaura committed Jul 13, 2022
1 parent d70ca56 commit 0cfdfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generated/sql/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,7 @@ table. Returns an error if validation fails.</p>
### TUPLE{INT AS RANGE_ID, STRING AS ERROR, INT AS END_TO_END_LATENCY_MS, STRING AS VERBOSE_TRACE} functions

<table>
<thead><tr><th>Function &rarr; Returns</th><th>Description</th></tr></thead>
<thead><tr><th>Function &rarr; Returns</th><th>Description</th><th>Volatility</th></tr></thead>
<tbody>
<tr><td><a name="crdb_internal.probe_ranges"></a><code>crdb_internal.probe_ranges(timeout: <a href="interval.html">interval</a>, probe_type: unknown_enum) &rarr; tuple{int AS range_id, string AS error, int AS end_to_end_latency_ms, string AS verbose_trace}</code></td><td><span class="funcdesc"><p>Returns rows of range data based on the results received when using the prober.
Parameters
Expand All @@ -3117,7 +3117,7 @@ Notes
If a probe should fail, the latency will be set to MaxInt64 in order to naturally sort above other latencies.
Read probes are cheaper than write probes. If write probes have already ran, it’s not necessary to also run a read probe.
A write probe will effectively probe reads as well.</p>
</span></td></tr></tbody>
</span></td><td>Volatile</td></tr></tbody>
</table>

### UUID functions
Expand Down

0 comments on commit 0cfdfb7

Please sign in to comment.