增加A5检查项报错信息

This commit is contained in:
z00793368
2023-09-26 19:30:57 +08:00
parent bdcec76457
commit 3c246bdd1a
4 changed files with 7 additions and 7 deletions

View File

@ -288,7 +288,8 @@ class ErrorCode():
"the actual memory.",
'GAUSS_50501': "[GAUSS-50501] : Shared_buffers must be less than "
"shmmax. Please check it.",
'GAUSS_50502': "[GAUSS-50502] : Failed to obtain %s information."
'GAUSS_50502': "[GAUSS-50502] : Failed to obtain %s information.",
'GAUSS_50503': "[GAUSS-50503] : %s, program exists abnormally."
}
###########################################################################