PostgreSQL解読室:
ExitOnAnyError/postgresql-8.1.4
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#x7d1e42e]
-対象:8.1.4
-言語:C
-宣言:[[postgresql-8.1.4/src/include/miscadmin.h]](extern)
-宣言・定義:[[postgresql-8.1.4/src/backend/utils/init/gl...
-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 proces...
* child process; it is false in a standalone process (bo...
* standalone backend). IsUnderPostmaster is true in pos...
* processes. Note that "child process" includes all chi...
* regular backends. These should be set correctly as ea...
* in the execution of a process, so that error handling ...
* things if an error should occur during process initial...
*
* These are initialized for the bootstrap/standalone case.
*履歴 [#b88206b2]
-作者:[[testnoda/ページ作者]]
-日付:2006/12/22
|更新日|更新者|更新内容|
||||
*コメント [#f92f96ed]
#comment
終了行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#x7d1e42e]
-対象:8.1.4
-言語:C
-宣言:[[postgresql-8.1.4/src/include/miscadmin.h]](extern)
-宣言・定義:[[postgresql-8.1.4/src/backend/utils/init/gl...
-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 proces...
* child process; it is false in a standalone process (bo...
* standalone backend). IsUnderPostmaster is true in pos...
* processes. Note that "child process" includes all chi...
* regular backends. These should be set correctly as ea...
* in the execution of a process, so that error handling ...
* things if an error should occur during process initial...
*
* These are initialized for the bootstrap/standalone case.
*履歴 [#b88206b2]
-作者:[[testnoda/ページ作者]]
-日付:2006/12/22
|更新日|更新者|更新内容|
||||
*コメント [#f92f96ed]
#comment
ページ名: