Home
last modified time | relevance | path

Searched refs:proc_exit (Results 201 – 225 of 1248) sorted by last modified time

12345678910>>...50

/dports/databases/postgresql10-server/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c614 proc_exit(0); /* done */ in AutoVacLauncherMain()
665 proc_exit(1); in AutoVacLauncherMain()
834 proc_exit(0); /* done */ in AutoVacLauncherMain()
1587 proc_exit(0); in AutoVacWorkerMain()
1719 proc_exit(0); in AutoVacWorkerMain()
H A Dbgworker.c858 proc_exit(1); in StartBackgroundWorker()
908 proc_exit(0); in StartBackgroundWorker()
H A Dcheckpointer.c394 proc_exit(0); /* done */ in CheckpointerMain()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/replication/
H A Dwalreceiver.c208 proc_exit(1); in WalReceiverMain()
626 proc_exit(0); in WalRcvWaitForStartPosition()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dauth.c269 proc_exit(0); in auth_failed()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/postmaster/
H A Dwalwriter.c271 proc_exit(0); /* done */ in WalWriterMain()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/replication/
H A Dwalreceiver.c208 proc_exit(1); in WalReceiverMain()
626 proc_exit(0); in WalRcvWaitForStartPosition()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/bootstrap/
H A Dbootstrap.c290 proc_exit(1); in AuxiliaryProcessMain()
298 proc_exit(1); in AuxiliaryProcessMain()
336 proc_exit(1); in AuxiliaryProcessMain()
409 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
422 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
427 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
432 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
437 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
452 proc_exit(1); in AuxiliaryProcessMain()
465 proc_exit(0); in CheckerModeMain()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/replication/logical/
H A Dtablesync.c147 proc_exit(0); in pg_attribute_noreturn()
201 proc_exit(1); in wait_for_relation_state_change()
258 proc_exit(1); in wait_for_worker_state_change()
642 proc_exit(1); in copy_read_data()
H A Dlauncher.c229 proc_exit(1); in WaitForReplicationWorkerAttach()
505 proc_exit(1); in logicalrep_worker_stop()
553 proc_exit(1); in logicalrep_worker_stop()
1080 proc_exit(1); in ApplyLauncherMain()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/replication/
H A Dwalsender.c315 proc_exit(0); in WalSndErrorCleanup()
334 proc_exit(0); in WalSndShutdown()
692 proc_exit(0); in StartReplication()
1116 proc_exit(0); in StartLogicalReplication()
1623 proc_exit(0); in ProcessRepliesIfAny()
1639 proc_exit(0); in ProcessRepliesIfAny()
1672 proc_exit(0); in ProcessRepliesIfAny()
1719 proc_exit(0); in ProcessStandbyMessage()
2855 proc_exit(0); in WalSndDone()
H A Dwalreceiver.c208 proc_exit(1); in WalReceiverMain()
626 proc_exit(0); in WalRcvWaitForStartPosition()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/error/
H A Delog.c541 proc_exit(1); in errfinish()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dauth.c269 proc_exit(0); in auth_failed()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/postmaster/
H A Dpostmaster.c4369 proc_exit(0);
5093 proc_exit(status);
5290 proc_exit(1);
5341 proc_exit(1);
H A Dstartup.c135 proc_exit(1); in StartupProcShutdownHandler()
160 proc_exit(1); in HandleStartupProcInterrupts()
236 proc_exit(0); in StartupProcessMain()
250 proc_exit(1); in PreRestoreCommand()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/ipc/
H A Dipc.c99 proc_exit(int code) in proc_exit() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/storage/
H A Dipc.h67 extern void proc_exit(int code) pg_attribute_noreturn();
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c7429 proc_exit(3); in StartupXLOG()
H A Dxlogarchive.c293 proc_exit(1); in RestoreArchivedFile()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/bootstrap/
H A Dbootstrap.c290 proc_exit(1); in AuxiliaryProcessMain()
298 proc_exit(1); in AuxiliaryProcessMain()
336 proc_exit(1); in AuxiliaryProcessMain()
409 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
422 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
427 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
432 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
437 proc_exit(1); /* should never return */ in AuxiliaryProcessMain()
452 proc_exit(1); in AuxiliaryProcessMain()
465 proc_exit(0); in CheckerModeMain()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/replication/logical/
H A Dtablesync.c147 proc_exit(0); in pg_attribute_noreturn()
201 proc_exit(1); in wait_for_relation_state_change()
258 proc_exit(1); in wait_for_worker_state_change()
642 proc_exit(1); in copy_read_data()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/ipc/
H A Dipc.c99 proc_exit(int code) in proc_exit() function
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/error/
H A Delog.c541 proc_exit(1); in errfinish()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/replication/logical/
H A Dtablesync.c147 proc_exit(0); in pg_attribute_noreturn()
201 proc_exit(1); in wait_for_relation_state_change()
258 proc_exit(1); in wait_for_worker_state_change()
642 proc_exit(1); in copy_read_data()

12345678910>>...50