Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added "must be applied to all frontend servers'

...

Code Block
languagesql
titleHotfix-6-3-104.SQL
EXEC ('alter table agent_total_counters alter column paging_low_free bigint')
EXEC ('alter table agent_total_counters alter column paging_average_free bigint')
EXEC ('alter table agent_total_counters alter column virtual_memory_low bigint')
EXEC ('alter table agent_total_counters alter column virtual_memory_average bigint')
EXEC ('alter table agent_total_counters alter column peak_context_switches bigint')
EXEC ('alter table agent_total_counters alter column average_context_switches bigint')

 This hotfix must be applied to all your existing PG Frontend servers.