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 111 of file pg_regress_main.c.
References psql_init(), psql_start_test(), and regression_main().
|
static |
Definition at line 104 of file pg_regress_main.c.
References add_stringlist_item(), and dblist.
Referenced by main().
|
static |
Definition at line 29 of file pg_regress_main.c.
References _, add_stringlist_item(), appendStringInfo(), bindir, StringInfoData::data, dblist, exit(), expecteddir, file_exists(), fprintf, free, infile(), initStringInfo(), inputdir, INVALID_PID, launcher, MAXPGPATH, outfile, outputdir, pfree(), PID_TYPE, psprintf(), setenv, snprintf, spawn_process(), _stringlist::str, and unsetenv.
Referenced by main().