mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Code review for b6fb6471f6
.
Reports by Tomas Vondra, Vinayak Pokale, and Aleksander Alekseev. Patch by Amit Langote.
This commit is contained in:
@ -614,7 +614,7 @@ pg_stat_get_progress_info(PG_FUNCTION_ARGS)
|
||||
else
|
||||
{
|
||||
nulls[2] = true;
|
||||
for (i = 1; i < PGSTAT_NUM_PROGRESS_PARAM + 1; i++)
|
||||
for (i = 0; i < PGSTAT_NUM_PROGRESS_PARAM; i++)
|
||||
nulls[i+3] = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user