pg_stat_monitor/regression
Diego Fronza 8a94129848 PG-320: Removal of state columnns from pgsm view.
We are concerned with finished queries in pg_stat_monitor, so state and
state_code columns were removed from the pg_stat_monitor_view as we only
list finished queries on it.

Removed state regression as it is not necessary anymore.

Also, this allowed us to remove the call to pgss_store on ExecutorStart,
which just updated query state to EXEC, thus saving some CPU.
2022-01-06 12:19:05 -03:00
..
expected PG-320: Removal of state columnns from pgsm view. 2022-01-06 12:19:05 -03:00
sql PG-320: Removal of state columnns from pgsm view. 2022-01-06 12:19:05 -03:00