このページを編集する際は、[[編集に関する方針]]に従ってください。 *概要 [#b3051831] -対象:8.1.4 -言語:C -宣言:[[postgresql-8.1.4/src/include/storage/ipc.h]] -宣言・定義:[[postgresql-8.1.4/src/backend/storage/ipc/ipc.h]] -データ型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()'s behavior, * so that an ereport() from an on_proc_exit routine cannot get us out * of the exit procedure. We do NOT want to go back to the idle loop... *履歴 [#b2636b16] -作者:[[testnoda:http://d.hatena.ne.jp/testnoda/about]] -作者:[[testnoda/ページ作者]] -日付:2006/12/24 |更新日|更新者|更新内容| |||| *コメント [#j10d6d7d] #comment