このページを編集する際は、[[編集に関する方針]]に従ってください。 *概要 [#jecc251b] -対象:8.1.4 -言語:C -宣言:[[postgresql-8.1.4/src/include/tcop/tcopprot.h]](extern) -定義:[[postgresql-8.1.4/src/backend/tcop/postgres.c]] -以下の定数を定義する列挙型[[CommandDest/postgresql-8.1.4]]の変数(初期値DestDebug)。 --DestNone -- 0 --DestDebug -- 1 --DestRemote -- 2 --DestRemoteExecute -- 3 --DestSPI -- 4 --DestTuplestore -- 5 *実装 [#c81d9f0a] CommandDest whereToSendOutput = DestDebug; -[[CommandDest/postgresql-8.1.4]] -- 以下の定数を定義する列挙型。 --DestNone -- 0 --DestDebug -- 1 --DestRemote -- 2 --DestRemoteExecute -- 3 --DestSPI -- 4 --DestTuplestore -- 5 *呼出元 [#pe2d6fd4] -[[errstart()/postgresql-8.1.4]] *備考 [#q56bfb0c] /* Note: whereToSendOutput is initialized for the bootstrap/standalone case */ *履歴 [#u1005ddb] -作者:[[testnoda:http://d.hatena.ne.jp/testnoda/about]] -作者:[[testnoda/ページ作者]] -日付:2007/1/14 |更新日|更新者|更新内容| |||| *コメント [#e2bb5b27] #comment