Skip to content

Commit 3407ee6

Browse files
committed
Problem: not enough extensions (as always)
Solution: make a fresh import from Pigsty
1 parent bb03adb commit 3407ee6

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

packages/pg_bestmatch.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgBestmatch < Pgpm::Package
4+
github "tensorchord/pg_bestmatch.rs"
5+
end

packages/pglite_fusion.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgliteFusion < Pgpm::Package
4+
github "frectonz/pglite-fusion"
5+
end

packages/pgpdf.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Pgpdf < Pgpm::Package
4+
github "Florents-Tselai/pgpdf"
5+
end

packages/vchord.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Vchord < Pgpm::Package
4+
github "tensorchord/VectorChord"
5+
end

0 commit comments

Comments
 (0)