PG-178: Test cases fixes.

This commit is contained in:
Ibrar Ahmed
2021-02-15 12:29:03 +00:00
parent a48538523a
commit d3278c0e4c
6 changed files with 67 additions and 65 deletions

View File

@@ -2551,9 +2551,9 @@ pg_stat_monitor_settings(PG_FUNCTION_ARGS)
MemoryContextSwitchTo(oldcontext);
#if PG_VERSION_NUM >= 130000
for(i = 0; i < 11; i++)
for(i = 0; i < 12; i++)
#else
for(i = 0; i < 10; i++)
for(i = 0; i < 11; i++)
#endif
{
Datum values[7];