You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
constMSG_LAST_MINOR_VERSION_CONCLUSIONstring="%s is the most up-to-date Postgres minor version in the branch %s."
21
-
constMSG_NOT_LAST_MINOR_VERSION_CONCLUSION_1string="[P2] Node %s use not the most up-to-date installed minor version%s %s, the newest minor version is %s)."
22
-
constMSG_NOT_LAST_MINOR_VERSION_CONCLUSION_Nstring="[P2] Nodes %s use not the most up-to-date installed minor versions %s respectively, the newest minor version is %s)."
23
-
21
+
constMSG_NOT_LAST_MINOR_VERSION_CONCLUSION_1string="[P2] The minor version being used (%s) is not up-to-date (%s)."
22
+
constMSG_NOT_LAST_MINOR_VERSION_CONCLUSION_Nstring="[P2] The minor versions being used (%s) are not up-to-date (%s)."
24
23
constMSG_NOT_ALL_VERSIONS_SAME_CONCLUSION_1string="[P2] Not all nodes have the same Postgres version. Node %s uses Postgres %s."
25
24
constMSG_NOT_ALL_VERSIONS_SAME_CONCLUSION_Nstring="[P2] Not all nodes have the same Postgres version. Nodes %s uses Postgres %s respectively."
26
25
constMSG_NOT_ALL_VERSIONS_SAME_RECOMMENDATIONstring="[P2] Please upgrade Postgres so its versions on all nodes match."
0 commit comments