Skip to content

Commit

Permalink
fix pgmq install (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Sep 11, 2024
1 parent e992fb6 commit 8ab2bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ clean:

install-pgmq:
git clone https://github.com/tembo-io/pgmq.git && \
cd pgmq && \
cd pgmq/pgmq-extension && \
PG_CONFIG=${PGRX_PG_CONFIG} make clean && \
PG_CONFIG=${PGRX_PG_CONFIG} make && \
PG_CONFIG=${PGRX_PG_CONFIG} make install && \
cd .. && rm -rf pgmq
cd ../.. && rm -rf pgmq

setup.shared_preload_libraries:
echo "shared_preload_libraries = 'pg_later'" >> ~/.pgrx/data-${PG_VERSION}/postgresql.conf
Expand Down

0 comments on commit 8ab2bc4

Please sign in to comment.