mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
This has never been correct since this code was introduced.
This commit is contained in:
@@ -2588,7 +2588,7 @@ main(int argc, char **argv)
|
||||
disconnect_and_exit(1);
|
||||
}
|
||||
#else
|
||||
fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
|
||||
fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
|
||||
disconnect_and_exit(1);
|
||||
#endif
|
||||
free(linkloc);
|
||||
|
||||
Reference in New Issue
Block a user