func golang.org/x/pkgsite/internal/postgres.newdb

3 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		postgres.go#L29: 	return newdb(db, false)
		postgres.go#L36: 	return newdb(db, true)
		postgres.go#L42: func newdb(db *database.DB, bypass bool) *DB {