This commit is contained in:
HaoyuHuang
2025-07-25 15:45:35 +00:00
parent 5b2d3b7cac
commit 2685b93e81

View File

@@ -137,7 +137,6 @@ pub fn get_config_from_control_plane(base_uri: &str, compute_id: &str) -> Result
/// Check `pg_hba.conf` and update if needed to allow external connections.
pub fn update_pg_hba(pgdata_path: &Path, databricks_pg_hba: Option<&String>) -> Result<()> {
// XXX: consider making it a part of config.json
info!("checking pg_hba.conf");
let pghba_path = pgdata_path.join("pg_hba.conf");
// Update pg_hba to contains databricks specfic settings before adding neon settings