Use correct data type for version identifier
PGSS_PG_MAJOR_VERSION is written as an uint32 field, but was read back
into an int32. Fix to make sure reading and writing use the same data
type.
Author: Karina Litskevich <litskevichkarina(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACiT8iYTkc33YWaA2D3t51Y5s=GqBO7T1zX7bkpSmet2njcLLw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1b87dd4303a9a90f2f4004fb08a00af7d3d25207
Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)