Commit d534843
committed
Use a fixed call string for the telemetry job in TSS recording
The bgw entrypoint records the executed job's call string via the
ts_stat_statements hook after a successful run. The telemetry job has
no real procedure behind its proc_schema/proc_name pair, so the lookup
failed with "function or procedure ... does not exist" whenever
ts_stat_statements was active. Use a fixed synthetic call string for
the telemetry job instead.1 parent 277e80b commit d534843
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1267 | 1267 | | |
1268 | 1268 | | |
1269 | 1269 | | |
1270 | | - | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
1271 | 1284 | | |
1272 | 1285 | | |
1273 | 1286 | | |
| |||
0 commit comments