File: no-version-check

package info (click to toggle)
pg-auto-failover 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,220 kB
  • sloc: ansic: 58,374; python: 5,515; sql: 3,177; makefile: 624; sh: 35
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/src/monitor/version_compat.h
+++ b/src/monitor/version_compat.h
@@ -14,11 +14,6 @@
 
 #include "postgres.h"
 
-/* we support Postgres versions 10, 11, 12, 13, 14, 15, 16, and 17. */
-#if (PG_VERSION_NUM < 100000 || PG_VERSION_NUM >= 180000)
-#error "Unknown or unsupported postgresql version"
-#endif
-
 #if (PG_VERSION_NUM < 110000)
 
 #include "postmaster/bgworker.h"