remove the duplicate entries in postgresql.conf (#5090)

This commit is contained in:
Chengpeng Yan
2023-09-07 01:57:03 +08:00
committed by GitHub
parent e4b1d6b30a
commit dfe2e5159a

View File

@@ -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 {