MergeIntoPolyfill.CheckVersion (merge_into_polyfill v0.3.0)
Link to this section Summary
Functions
Returns a cleaned up version string with 3 segments
Link to this section Functions
Link to this function
check(repo)
Link to this function
child_spec(repo)
Link to this function
get_builder(version)
Link to this function
get_postgres_version(repo)
Link to this function
preprocess_version(vs)
Returns a cleaned up version string with 3 segments
iex> MergeIntoPolyfill.CheckVersion.preprocess_version("3.5.0")
"3.5.0"
iex> MergeIntoPolyfill.CheckVersion.preprocess_version("3.5")
"3.5.0"
iex> MergeIntoPolyfill.CheckVersion.preprocess_version(" 13.6 (Debian 13.6-1.pgdg110+1)")
"13.6.0"