Commit daf39c2
committed
sql: revert multiple partial stats requests error to a pgerror
This commit reverts a change in #127836 that changed the error returned
when multiple stats are requested at once from a pgerror to a failed
assertion. This change caused `GenerateAndCheckRedactedExplainsForPII()`
to fail when generating SQL commands for certain explains on partial
stats collections with multiple columns, which is unsupported and should
be ignored like other pgerrors.
Closes: #128848
Release note: None1 parent 6bae06f commit daf39c2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
295 | 299 | | |
296 | 300 | | |
297 | 301 | | |
| |||
0 commit comments