このページを編集する際は、[[編集に関する方針]]に従ってください。 *概要 [#x7d1e42e] -対象:8.1.4 -言語:C -宣言:[[postgresql-8.1.4/src/include/miscadmin.h]](extern) -宣言・定義:[[postgresql-8.1.4/src/backend/utils/init/globals.c]] -bool型(charの別名)のグローバル変数(初期値false)。 *実装 [#yf2ca255] bool ExitOnAnyError = false; -charの別名。詳細は[[bool/postgresql-8.1.4]]を参照。 *呼出元 [#ha25817b] -[[errstart()/postgresql-8.1.4]] *備考 [#zdf444ad] * IsPostmasterEnvironment is true in a postmaster process and any postmaster * child process; it is false in a standalone process (bootstrap or * standalone backend). IsUnderPostmaster is true in postmaster child * processes. Note that "child process" includes all children, not only * regular backends. These should be set correctly as early as possible * in the execution of a process, so that error handling will do the right * things if an error should occur during process initialization. * * These are initialized for the bootstrap/standalone case. *履歴 [#b88206b2] -作者:[[testnoda:http://d.hatena.ne.jp/testnoda/about]] -作者:[[testnoda/ページ作者]] -日付:2006/12/22 |更新日|更新者|更新内容| |||| *コメント [#f92f96ed] #comment