mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
remove the duplicate entries in postgresql.conf (#5090)
This commit is contained in:
@@ -46,8 +46,6 @@ pub fn write_postgres_conf(
|
||||
writeln!(file, "{}", conf)?;
|
||||
}
|
||||
|
||||
write!(file, "{}", &spec.cluster.settings.as_pg_settings())?;
|
||||
|
||||
// Add options for connecting to storage
|
||||
writeln!(file, "# Neon storage settings")?;
|
||||
if let Some(s) = &spec.pageserver_connstring {
|
||||
|
||||
Reference in New Issue
Block a user