Debian-specific cluster startup message from initdb

Forwarded: No, Debian specific

Gbp-Pq: Name initdb-startup-message
This commit is contained in:
Christoph Berg 2022-05-14 02:43:37 +08:00 committed by openKylinBot
parent 65172e9dbf
commit b9d5dc146a
1 changed files with 1 additions and 1 deletions

View File

@ -3363,7 +3363,7 @@ main(int argc, char *argv[])
printf(_("\nSuccess. You can now start the database server using:\n\n"
" %s\n\n"),
start_db_cmd->data);
getenv("CLUSTER_START_COMMAND") ? getenv("CLUSTER_START_COMMAND") : start_db_cmd->data);
destroyPQExpBuffer(start_db_cmd);