Fix trace
This commit is contained in:
parent
f0e9874b57
commit
6146dfe299
|
@ -804,8 +804,6 @@ func (db *postgres) Version(ctx context.Context, queryer core.Queryer) (*schemas
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("---", version)
|
|
||||||
|
|
||||||
// Postgres: 9.5.22 on x86_64-pc-linux-gnu (Debian 9.5.22-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
|
// Postgres: 9.5.22 on x86_64-pc-linux-gnu (Debian 9.5.22-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
|
||||||
// CockroachDB CCL v19.2.4 (x86_64-unknown-linux-gnu, built
|
// CockroachDB CCL v19.2.4 (x86_64-unknown-linux-gnu, built
|
||||||
if strings.HasPrefix(version, "CockroachDB") {
|
if strings.HasPrefix(version, "CockroachDB") {
|
||||||
|
|
Loading…
Reference in New Issue