mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
Add databricks setting via write_postgres_conf
## Summary of changes Move databricks settings that will be appended to postgres.conf to `write_postgres_conf` ## How is this tested? Existing tests. Co-authored-by: Tristan Partin <tristan.partin@databricks.com>
This commit is contained in:
committed by
Tristan Partin
parent
a66df1f4bd
commit
cf3f5f23b3
@@ -195,7 +195,6 @@ pub struct ComputeSpec {
|
||||
pub suspend_timeout_seconds: i64,
|
||||
|
||||
// Databricks specific options for compute instance.
|
||||
// These settings are not part of postgresql.conf.
|
||||
pub databricks_settings: Option<DatabricksSettings>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user