File: pg15modules

package info (click to toggle)
postgresql-rum 1.3.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,928 kB
  • sloc: ansic: 29,212; sql: 3,876; perl: 250; makefile: 75; sh: 65
file content (10 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
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;
 	};