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

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		version.go#L452: func rawIsMoreRecent(v1, v2 string) bool {
		version.go#L471: 		update := vCur == nil || rawIsMoreRecent(vNew.RawVersion, vCur.RawVersion) ||