Home
last modified time | relevance | path

Searched refs:pg_ctl_return (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dserver.c193 bool pg_ctl_return = false; in start_postmaster() local
253 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
262 if (!pg_ctl_return && !throw_error) in start_postmaster()
278 if (pg_ctl_return) in start_postmaster()
305 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dserver.c193 bool pg_ctl_return = false; in start_postmaster() local
253 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
262 if (!pg_ctl_return && !throw_error) in start_postmaster()
278 if (pg_ctl_return) in start_postmaster()
305 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dserver.c193 bool pg_ctl_return = false; in start_postmaster() local
253 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
262 if (!pg_ctl_return && !throw_error) in start_postmaster()
278 if (pg_ctl_return) in start_postmaster()
305 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false;
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE,
270 if (!pg_ctl_return && !report_and_exit_on_error)
286 if (pg_ctl_return)
318 if (!pg_ctl_return)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false;
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE,
270 if (!pg_ctl_return && !report_and_exit_on_error)
286 if (pg_ctl_return)
318 if (!pg_ctl_return)
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
318 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/pg_upgrade/
H A Dserver.c200 bool pg_ctl_return = false; in start_postmaster() local
260 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
269 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
285 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_upgrade/
H A Dserver.c200 bool pg_ctl_return = false; in start_postmaster() local
260 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
269 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
285 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_upgrade/
H A Dserver.c201 bool pg_ctl_return = false; in start_postmaster() local
261 pg_ctl_return = exec_prog(SERVER_START_LOG_FILE, in start_postmaster()
270 if (!pg_ctl_return && !report_and_exit_on_error) in start_postmaster()
286 if (pg_ctl_return) in start_postmaster()
317 if (!pg_ctl_return) in start_postmaster()

12