Fix incorrect format placeholders in pgstat.c

Michael Paquier <michael@paquier.xyz>

Commit: 028b4b21df26fee67b3ce75c6f14fcfd3c7cf2ee
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-08-03T18:07:20Z
Releases: 18.0
Fix incorrect format placeholders in pgstat.c

These should have been switched from %d to %u in 3188a4582a8c in the
debugging elogs added in ca1ba50fcb6f.  PgStat_Kind should never be
higher than INT32_MAX, but let's be clean.

Issue noticed while hacking more on this area.

Files

PathChange+/−
src/backend/utils/activity/pgstat.c modified +10 −10