We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1912ed8 commit 3cf6055Copy full SHA for 3cf6055
nix/ext/wrappers/default.nix
@@ -89,6 +89,7 @@ buildPgrxExtension_0_11_3 rec {
89
echo "Warning: $main_sql_file not found"
90
fi
91
mv $out/lib/wrappers-${version}.so $out/lib/wrappers.so
92
+ ln -s $out/lib/wrappers.so $out/lib/wrappers-${version}.so
93
94
echo "Creating wrappers.so symlinks to support pg_upgrade..."
95
if [ -f "$out/lib/wrappers.so" ]; then
0 commit comments