We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588b067 commit 4bfbd86Copy full SHA for 4bfbd86
1 file changed
postgresconn/postgresconn.go
@@ -91,7 +91,7 @@ func NewClient(config postgres.PostgresConfig) (*Postgres, dbx.Dbx) {
91
client.SetMaxIdleConns(config.MaxIdleConn)
92
client.SetMaxOpenConns(config.MaxOpenConn)
93
instance = NewPostgres().SetConn(client)
94
- s.SetConnected(true).SetMessage("Connection established").SetNewInstance(true).SetPid(os.Getpid())
+ s.SetConnected(true).SetMessage("Connection successfully").SetNewInstance(true).SetPid(os.Getpid())
95
if config.DebugMode {
96
callback.MeasureTime(func() {
97
pid, err := GetPidConn(instance)
0 commit comments