Skip to content

Commit

Permalink
fix(upgrades): wrappers 4.2.0 -> wrappers 4.2.0 (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Oct 17, 2024
1 parent 1912ed8 commit 3cf6055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/ext/wrappers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ buildPgrxExtension_0_11_3 rec {
echo "Warning: $main_sql_file not found"
fi
mv $out/lib/wrappers-${version}.so $out/lib/wrappers.so
ln -s $out/lib/wrappers.so $out/lib/wrappers-${version}.so
echo "Creating wrappers.so symlinks to support pg_upgrade..."
if [ -f "$out/lib/wrappers.so" ]; then
Expand Down

0 comments on commit 3cf6055

Please sign in to comment.