0.3.16-pre.3.fix.2

This commit is contained in:
2026-09-21 11:29:07 +02:00
parent 9a737ef57f
commit ec053c98ab
9 changed files with 157 additions and 22 deletions

View File

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