diff options
| author | Alvaro Herrera | 2007-01-19 16:42:24 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2007-01-19 16:42:24 +0000 |
| commit | 5b4a08896bd6ee7d93f74c77f61d3518deda8fd5 (patch) | |
| tree | 7489cd039625b73a219a7579a505e537621133fd /src/include | |
| parent | 16f372d940823d08bc7271cf1057f062390efe2b (diff) | |
Change the sed rules in the regression test for pg_regress hackery to create
the generated files, to help Visual C++ to run these tests. The tests still
pass in VPATH and normal builds.
Patch from Magnus Hagander, editorialized by me.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/port.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/port.h b/src/include/port.h index 305fe7c3c9..3056042660 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/port.h,v 1.108 2007/01/11 02:39:52 momjian Exp $ + * $PostgreSQL: pgsql/src/include/port.h,v 1.109 2007/01/19 16:42:24 alvherre Exp $ * *------------------------------------------------------------------------- */ @@ -46,6 +46,10 @@ 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 */ +extern char **pgfnames(char *path); +extern void pgfnames_cleanup(char **filenames); + /* * is_absolute_path * |
