Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier <michael@paquier.xyz>
Fix pg_stat_reset_single_table_counters() for shared relations This commit fixes the function of $subject for shared relations. This feature has been added by e042678. Unfortunately, this new behavior got removed by 5891c7a when moving statistics to shared memory. Reported-by: Mitsuru Hinata Author: Masahiro Ikeda Reviewed-by: Kyotaro Horiguchi, Masahiko Sawada Discussion: https://postgr.es/m/7cc69f863d9b1bc677544e3accd0e4b4@oss.nttdata.com Backpatch-through: 15
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/pgstatfuncs.c | modified | +7 −2 |
| src/test/regress/expected/stats.out | modified | +46 −0 |
| src/test/regress/sql/stats.sql | modified | +30 −0 |
Discussion
- Fix pg_stat_reset_single_table_counters function 11 messages · 2023-08-01 → 2023-08-21