Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the skipping db_queries warning to be more generic. #2269

Closed
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified yb-voyager/src/srcdb/data/gather-assessment-metadata.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ main() {

log "INFO" "argument pgss_enabled=$pgss_enabled"
if [[ "$pgss_enabled" == "false" ]]; then
print_and_log "WARN" "Skipping $script_action: argument pgss_enabled is set as false"
print_and_log "WARN" "Skipping $script_action: pg_stat_statements extension is not enabled"
continue
fi

Expand Down