mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 22:20:36 +00:00
pageserver: use interpreted wal proto by default
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user