Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 62bb884

Browse files
committed
A002: fix conclusion message
See merge request postgres-ai/postgres-checkup!322
2 parents 6c91ebf + 2c2240c commit 62bb884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pghrep/src/checkup/a002/a002messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const MSG_SUPPORTED_VERSION_CONCLUSION string = "Postgres major version being us
1717
"currently supported by Postgres community and PGDG (end of life is scheduled %s). It means that in case " +
1818
"of bugs and security issues, updates (new minor versions) with fixes will be released and available for use." +
1919
" Read more: [Versioning Policy](https://www.postgresql.org/support/versioning/). \n"
20-
const MSG_NOT_LAST_MAJOR_VERSION_CONCLUSION string = "[P3] Upgrade to the newest major version: %.0f. It has a lot of new features and improvements. \n"
20+
const MSG_NOT_LAST_MAJOR_VERSION_CONCLUSION string = "[P3] Consider upgrading to the newest major version: %.0f. It has a lot of new features and improvements. \n"
2121

2222
const MSG_LAST_MINOR_VERSION_CONCLUSION string = "`%s` is the most up-to-date Postgres minor version in the branch `%s`. \n"
2323
const MSG_NOT_LAST_MINOR_VERSION_CONCLUSION_1 string = "[P2] The minor version being used (`%s`) is not up-to-date (the newest version: `%s`). \n"

0 commit comments

Comments
 (0)