You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, fmt.Errorf("failed to fetch OS libs for extension %s (PostgreSQL %s on %s): %w",
35
+
target, majorVersion, distribution, err)
36
+
}
37
+
38
+
matches:=libsRegex.FindAllStringSubmatch(out, -1)
39
+
iflen(matches) ==0 {
40
+
returnnil, fmt.Errorf("no library dependencies found for extension %s (PostgreSQL %s on %s): apt-get may have failed or package has no lib dependencies",
0 commit comments