Search Criteria
Package Details: pg_uuidv7 1.6.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/pg_uuidv7.git (read-only, click to copy) |
---|---|
Package Base: | pg_uuidv7 |
Description: | A tiny Postgres extension to create valid version 7 UUIDs in Postgres. |
Upstream URL: | https://github.com/fboulnois/pg_uuidv7 |
Licenses: | MPL2 |
Submitter: | Eragon |
Maintainer: | Eragon |
Last Packager: | Eragon |
Votes: | 1 |
Popularity: | 0.001137 |
First Submitted: | 2023-06-17 10:12 (UTC) |
Last Updated: | 2025-03-08 19:27 (UTC) |
Dependencies (4)
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-12AUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR) (make)
Latest Comments
clarfonthey commented on 2025-03-06 15:33 (UTC) (edited on 2025-03-06 15:44 (UTC) by clarfonthey)
One other thing I noticed: this implicitly relies on
clang
andllvm
as make dependencies because the version of PostgreSQL shipped with Arch builds the LLVM module, which needs them to build.Eragon commented on 2025-02-19 19:42 (UTC)
You're right I misunderstood the spec. It's fixed, I will only specify 64 bit targets for now as I don't know if the C code supports 32 bit targets.
clarfonthey commented on 2025-02-19 19:06 (UTC)
This package is incorrectly labelled as
arch=(any)
when it should bearch=(x86_64 aarch64)
or something like that. It is buildable on any architecture, but since it compiles to native code, the resulting package isn't actually portable.