Changeset 804 in code for trunk/db_postgres.go
- Timestamp:
- Mar 21, 2023, 4:45:19 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/db_postgres.go
r781 r804 1 package s oju1 package suika 2 2 3 3 import ( … … 149 149 } 150 150 if version > len(postgresMigrations) { 151 return fmt.Errorf("s oju(version %d) older than schema (version %d)", len(postgresMigrations), version)151 return fmt.Errorf("suika (version %d) older than schema (version %d)", len(postgresMigrations), version) 152 152 } 153 153 … … 344 344 // keep saslPlain* nil 345 345 default: 346 return fmt.Errorf("s oju: cannot store network: unsupported SASL mechanism %q", network.SASL.Mechanism)346 return fmt.Errorf("suika: cannot store network: unsupported SASL mechanism %q", network.SASL.Mechanism) 347 347 } 348 348 }
Note:
See TracChangeset
for help on using the changeset viewer.