PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | pg_log_warning(...) elog(WARNING, __VA_ARGS__) |
Functions | |
char ** | pgfnames (const char *path) |
void | pgfnames_cleanup (char **filenames) |
Definition at line 24 of file pgfnames.c.
char** pgfnames | ( | const char * | path | ) |
Definition at line 37 of file pgfnames.c.
References closedir(), dirent::d_name, opendir(), palloc(), pg_log_warning, pstrdup(), readdir(), and repalloc().
Referenced by scan_available_timezones().
void pgfnames_cleanup | ( | char ** | filenames | ) |