PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
static PID_TYPE | psql_start_test (const char *testname, _stringlist **resultfiles, _stringlist **expectfiles, _stringlist **tags) |
static void | psql_init (int argc, char **argv) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 120 of file pg_regress_main.c.
References psql_init(), psql_start_test(), and regression_main().
|
static |
Definition at line 113 of file pg_regress_main.c.
References add_stringlist_item(), and dblist.
Referenced by main().
|
static |
Definition at line 28 of file pg_regress_main.c.
References _, add_stringlist_item(), bindir, dblist, exit(), file_exists(), fprintf, free, infile(), inputdir, INVALID_PID, launcher, MAXPGPATH, outfile, outputdir, PID_TYPE, psprintf(), setenv, snprintf, spawn_process(), _stringlist::str, and unsetenv.
Referenced by main().