Use int64 for number of entries in pg_stat_statements Commit 13b935cd changed hash_get_num_entries to return int64 instead of long. This fixes a few more users of hash_get_num_entries which were missed in the original commit.
PGSS_FILE_HEADER is left unchanged since this only affects as of yet unreleased versions of PostgreSQL. Backpatch to v19 where the int64 change was performed. Author: Karina Litskevich <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/CACiT8iYTkc33YWaA2D3t51Y5s=gqbo7t1zx7bkpsmet2njc...@mail.gmail.com Backpatch-through: 19 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/337485036052ffcdaad0e9df654927f7949f2a68 Modified Files -------------- contrib/pg_stat_statements/pg_stat_statements.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-)
