We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1eea commit 59a0281Copy full SHA for 59a0281
src/backend/utils/adt/pgstatfuncs.c
@@ -612,7 +612,7 @@ pg_stat_get_progress_info(PG_FUNCTION_ARGS)
612
{
613
values[2] = ObjectIdGetDatum(beentry->st_progress_command_target);
614
for(i = 0; i < PGSTAT_NUM_PROGRESS_PARAM; i++)
615
- values[i+3] = UInt32GetDatum(beentry->st_progress_param[i]);
+ values[i+3] = Int64GetDatum(beentry->st_progress_param[i]);
616
}
617
else
618
0 commit comments