Content-Length: 287331 | pFad | http://github.com/postgrespro/postgres_cluster/commit/018923ccc1a68eeac852edeac2ba3bc91dcbd494
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8193d64 commit 018923cCopy full SHA for 018923c
src/bin/initdb/initdb.c
@@ -2918,7 +2918,7 @@ create_xlog_or_symlink(void)
2918
exit_nicely();
2919
}
2920
#else
2921
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
2922
2923
#endif
2924
src/bin/pg_basebackup/pg_basebackup.c
@@ -2523,7 +2523,7 @@ main(int argc, char **argv)
2523
disconnect_and_exit(1);
2524
2525
2526
- fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
2527
2528
2529
free(linkloc);
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/018923ccc1a68eeac852edeac2ba3bc91dcbd494
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments