0.3.16-pre.3.fix.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-store-postgres-lib/src/runtime.rs
|
||||
// version: 18
|
||||
// version: 19
|
||||
|
||||
const APPLICATION_NAME: &str = "ksp-store";
|
||||
const MAX_CONNECTION_URI_BYTES: usize = 4_096;
|
||||
@@ -298,7 +298,7 @@ impl PostgresBackend {
|
||||
tls_mode = settings.tls_mode().code(),
|
||||
"PostgreSQL Store backend established initial physical connection"
|
||||
);
|
||||
let bootstrap_result = crate::bootstrap(
|
||||
let bootstrap_result = crate::bootstrap_v003(
|
||||
&mut client,
|
||||
settings.network(),
|
||||
settings.schema_autocreate,
|
||||
|
||||
Reference in New Issue
Block a user