]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix error of pg_stat_reset_shared()
authorMichael Paquier <michael@paquier.xyz>
Thu, 30 Apr 2026 02:12:56 +0000 (11:12 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 30 Apr 2026 02:12:56 +0000 (11:12 +0900)
commit4bfd0f1b769eca345072ea4da646a0d46a49960c
treefe6ee006f7c8c9fd5aedd7b5d38f415c7189b5a1
parent3dd42ee97b812c0711b4d18e9cab069065367dca
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
src/backend/utils/adt/pgstatfuncs.c
src/test/regress/expected/stats.out