mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-178: Test cases fixes.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user