summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorPeter Eisentraut2022-04-08 05:41:09 +0000
committerPeter Eisentraut2022-04-08 05:41:55 +0000
commit708007dced2b05ed9b4f1963e91b2eb67413bd19 (patch)
treec09dc26fbbd73408cc8a231e6667216bf0165c32 /src/bin
parentb3abca68106d518ce5d3c0d9a1e0ec02a647ceda (diff)
Remove error message hints mentioning configure options
These are usually not useful since users will use packaged distributions and won't be interested in rebuilding their installation from source. Also, we have only used these kinds of hints for some features and in some places, not consistently throughout. Reviewed-by: Andres Freund <andres@anarazel.de> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/2552aed7-d0e9-280a-54aa-2dc7073f371d%40enterprisedb.com
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/initdb/initdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index 9dd4a8de9a8..bbca1236d95 100644
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -2214,7 +2214,6 @@ setlocales(void)
*/
#ifndef USE_ICU
pg_log_error("ICU is not supported in this build");
- fprintf(stderr, _("You need to rebuild PostgreSQL using %s.\n"), "--with-icu");
exit(1);
#endif
}