Skip to content

Commit

Permalink
Added the suggested changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-kurhade-yb committed Jan 29, 2025
1 parent 0421217 commit 43fe53c
Showing 1 changed file with 1 addition and 1 deletion.
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: pg_stat_statements are not enabled."
print_and_log "WARN" "Skipping $script_action: pg_stat_statements extension is not enabled"
continue
fi

Expand Down

0 comments on commit 43fe53c

Please sign in to comment.