Changes between Initial Version and Version 1 of Ticket #5807, comment 6
- Timestamp:
- 11/01/24 23:25:18 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #5807, comment 6
initial v1 4 4 {{{ 5 5 set track_functions = 'all'; 6 -- doing this to prevent parallelism from kicking in 7 set max_parallel_workers_per_gather=0; 6 8 7 select pg_stat_reset(); 9 8 explain (analyze, buffers, summary) select count(*)