Skip to content

Commit

Permalink
hardcode the renamed extension files
Browse files Browse the repository at this point in the history
  • Loading branch information
myypo authored and 7c6f434c committed Jan 12, 2025
1 parent d6e406f commit 7648916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/ext/pgx_ulid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildPgrxExtension rec {
# https://github.com/pksunkara/pgx_ulid/blob/084778c3e2af08d16ec5ec3ef4e8f345ba0daa33/.github/workflows/release.yml#L81
# Upgrade scripts should be added later, so we also rename them with wildcard
# https://github.com/pksunkara/pgx_ulid/issues/49
${util-linux}/bin/rename ${pname} ulid $out/share/postgresql/extension/${pname}*
${util-linux}/bin/rename pgx_ulid ulid $out/share/postgresql/extension/pgx_ulid*
'';

# pgrx tests try to install the extension into postgresql nix store
Expand Down

0 comments on commit 7648916

Please sign in to comment.