Skip to content

Commit

Permalink
Try with enabled compute_query_id
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Apr 1, 2024
1 parent a36b96c commit cb33c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
export PATH="/usr/lib/postgresql/16/bin:$PATH"
pg_ctl -D /opt/pgsql/data -l logfile stop
echo "compute_query_id = off" >> /opt/pgsql/data/postgresql.conf
# echo "compute_query_id = off" >> /opt/pgsql/data/postgresql.conf
pg_ctl -D /opt/pgsql/data -l logfile start
make installcheck-world

Expand Down

0 comments on commit cb33c49

Please sign in to comment.