Skip to content

Commit 3cf6055

Browse files
authored
fix(upgrades): wrappers 4.2.0 -> wrappers 4.2.0 (#1278)
1 parent 1912ed8 commit 3cf6055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: nix/ext/wrappers/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ buildPgrxExtension_0_11_3 rec {
8989
echo "Warning: $main_sql_file not found"
9090
fi
9191
mv $out/lib/wrappers-${version}.so $out/lib/wrappers.so
92+
ln -s $out/lib/wrappers.so $out/lib/wrappers-${version}.so
9293
9394
echo "Creating wrappers.so symlinks to support pg_upgrade..."
9495
if [ -f "$out/lib/wrappers.so" ]; then

0 commit comments

Comments
 (0)