config_query PGSQL_CLUSTER "Do you want to apply the PGCluster patch?" n &&

if [[ $PGSQL_CLUSTER == y ]]; then
  message "${PROBLEM_COLOR}"
  message "Keep in mind that PGCluster patch and current"
  message "PostgreSQL version aren't always in sync."
  message "${DEFAULT_COLOR}"
fi
