File: pg15modules

package info (click to toggle)
postgresql-rum 1.3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,956 kB
  • sloc: ansic: 29,184; sql: 6,614; perl: 546; python: 97; makefile: 68; sh: 64
file content (10 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/t/001_wal.pl
+++ b/t/001_wal.pl
@@ -11,6 +11,7 @@ BEGIN
 	{
 		require PostgreSQL::Test::Cluster;
 		require PostgreSQL::Test::Utils;
+		require PostgreSQL::Version; # this module was not backported from PG15
 		return 1;
 	};