mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Build src/port/dirmod.c only on Windows.
Since commit ba7c5975ad
, port/dirmod.c
has contained only Windows-specific functions. Most platforms don't
seem to mind uselessly building an empty file, but OS X for one issues
warnings. Hence, treat dirmod.c as a Windows-specific file selected
by configure rather than one that's always built. We can revert this
change if dirmod.c ever gains any non-Windows functionality again.
Back-patch to 9.4 where the mentioned commit appeared.
This commit is contained in:
@@ -61,7 +61,7 @@ extern void get_man_path(const char *my_exec_path, char *ret_path);
|
||||
extern bool get_home_path(char *ret_path);
|
||||
extern void get_parent_directory(char *path);
|
||||
|
||||
/* port/dirmod.c */
|
||||
/* common/pgfnames.c */
|
||||
extern char **pgfnames(const char *path);
|
||||
extern void pgfnames_cleanup(char **filenames);
|
||||
|
||||
|
Reference in New Issue
Block a user