PostgreSQL解読室:
proc_exit_inprogress/postgresql-8.1.4
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#b3051831]
-対象:8.1.4
-言語:C
-宣言:[[postgresql-8.1.4/src/include/storage/ipc.h]]
-宣言・定義:[[postgresql-8.1.4/src/backend/storage/ipc/i...
-データ型boolのグローバル変数(初期値false)
*実装 [#gbe0472c]
bool proc_exit_inprogress = false;
-[[bool/postgresql-8.1.4]] -- データ型charの別名。
-[[false/postgresql-8.1.4]] -- 0をbool型(char型の別名)...
*呼出元 [#y31fabf8]
-[[errstart()/postgresql-8.1.4]]
*備考 [#c6194866]
* This flag is set during proc_exit() to change ereport(...
* so that an ereport() from an on_proc_exit routine cann...
* of the exit procedure. We do NOT want to go back to t...
*履歴 [#b2636b16]
-作者:[[testnoda/ページ作者]]
-日付:2006/12/24
|更新日|更新者|更新内容|
||||
*コメント [#j10d6d7d]
#comment
終了行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#b3051831]
-対象:8.1.4
-言語:C
-宣言:[[postgresql-8.1.4/src/include/storage/ipc.h]]
-宣言・定義:[[postgresql-8.1.4/src/backend/storage/ipc/i...
-データ型boolのグローバル変数(初期値false)
*実装 [#gbe0472c]
bool proc_exit_inprogress = false;
-[[bool/postgresql-8.1.4]] -- データ型charの別名。
-[[false/postgresql-8.1.4]] -- 0をbool型(char型の別名)...
*呼出元 [#y31fabf8]
-[[errstart()/postgresql-8.1.4]]
*備考 [#c6194866]
* This flag is set during proc_exit() to change ereport(...
* so that an ereport() from an on_proc_exit routine cann...
* of the exit procedure. We do NOT want to go back to t...
*履歴 [#b2636b16]
-作者:[[testnoda/ページ作者]]
-日付:2006/12/24
|更新日|更新者|更新内容|
||||
*コメント [#j10d6d7d]
#comment
ページ名: