Skip to content

Draft: observer: rename max_time to max_exec_time for compatibility with postgresql 13 and higher

Vitaliy Kukharik requested to merge max-exec-time into master

Description

observer: rename max_time to max_exec_time for compatibility with postgresql 13 and higher.

fixed:

[ERROR] Failed to store artifacts: ERROR: column "max_time" does not exist (SQLSTATE 42703)

P.S.

Temporary solution, not for merging into the master.

To solve the problem, you need to add more checks - the PostgreSQL version, the extension version, and the presence of an installed extension. A separate issue will be created.

Related issue

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have text changes OR there are text changes and they have been reviewed
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed
Edited by Vitaliy Kukharik

Merge request reports