Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Aug 24, 2023
1 parent 663cd34 commit 131f032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# columnar ext
# NOTE(owenthereal): move columnar out to a separate repo so that we don't have a circular dependency between pgxman & this repo
# NOTE(owenthereal): build columnar with pgxman in this repo
COPY --from=columnar /pg_ext /

COPY files/postgres/docker-entrypoint-initdb.d /docker-entrypoint-initdb.d/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.spilo
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# columnar ext
# NOTE(owenthereal): move columnar out to a separate repo so that we don't have a circular dependency between pgxman & this repo
# NOTE(owenthereal): build columnar with pgxman in this repo
COPY --from=columnar_13 /pg_ext /
COPY --from=columnar_14 /pg_ext /
COPY --from=columnar_15 /pg_ext /
Expand Down

0 comments on commit 131f032

Please sign in to comment.