Skip to content

Commit

Permalink
Remove stray comment that claimed pgx_ulid doesn't support v17
Browse files Browse the repository at this point in the history
That was removed in 'main' already, but got reintroduced when I
resolve merge conflicts.
  • Loading branch information
hlinnaka committed Jan 23, 2025
1 parent 01302b3 commit 1e837ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compute/compute-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1254,8 +1254,6 @@ RUN cargo pgrx install --release && \
FROM build-deps AS pgx_ulid-src
ARG PG_VERSION

# doesn't support v17 yet
# https://github.com/pksunkara/pgx_ulid/pull/52
WORKDIR /ext-src
RUN case "${PG_VERSION}" in \
"v14" | "v15" | "v16") \
Expand Down

0 comments on commit 1e837ce

Please sign in to comment.