expose that virtual_file_io_engine and get_vectored_impl were never set

This commit is contained in:
Christian Schwarz
2024-03-12 20:07:51 +00:00
parent dbabd4e4ea
commit 6348833bdc

View File

@@ -114,7 +114,7 @@ impl NeonBroker {
}
#[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug)]
#[serde(default)]
#[serde(default, deny_unknown_fields)]
pub struct PageServerConf {
// node id
pub id: NodeId,