Fix error of pg_stat_reset_shared()
Michael Paquier <michael@paquier.xyz>
Fix error of pg_stat_reset_shared() "lock" a values is supported since 4019f725f5d4, but the error message of the function used when specifying an incorrect value forgot about it. Author: Maksim Logvinenko <logvinenko-ms@yandex.ru> Discussion: https://postgr.es/m/433431777389005@mail.yandex.ru
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/pgstatfuncs.c | modified | +1 −1 |
| src/test/regress/expected/stats.out | modified | +1 −1 |
Discussion
- Fix the error hint message and test for reset_shared with unknown stats type 4 messages · 2026-04-28 → 2026-04-30