pageserver: use interpreted wal proto by default

This commit is contained in:
Vlad Lazar
2024-11-13 15:32:43 +01:00
parent 8c4deeed1d
commit d0d34e1ebc

View File

@@ -320,7 +320,7 @@ pub mod defaults {
pub const DEFAULT_IO_BUFFER_ALIGNMENT: usize = 512;
pub const DEFAULT_WAL_RECEIVER_PROTOCOL: utils::postgres_client::PostgresClientProtocol =
utils::postgres_client::PostgresClientProtocol::Vanilla;
utils::postgres_client::PostgresClientProtocol::Interpreted;
}
impl Default for ConfigToml {