Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
# Support for PostgreSQL 13 was removed in 0.2.0: https://github.com/pksunkara/pgx_ulid/blob/084778c3e2af08d16ec5ec3ef4e8f345ba0daa33/CHANGELOG.md?plain=1#L6
broken=
lib.versionOlderpostgresql.version"14"
||
# PostgreSQL 18 support issue upstream: https://github.com/pksunkara/pgx_ulid/issues/65
# Note: already fixed on `master` branch.
# Check after next package update.
lib.warnIf(finalAttrs.version!="0.2.0")"Is postgresql18Packages.pgx_ulid still broken?"(
lib.versionAtLeastpostgresql.version"18"
);
broken=lib.versionOlderpostgresql.version"14";
description="ULID Postgres extension written in Rust";