PostgreSQL解読室:
whereToSendOutput/postgresql-8.1.4
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#jecc251b]
-対象:8.1.4
-言語:C
-宣言:[[postgresql-8.1.4/src/include/tcop/tcopprot.h]](e...
-定義:[[postgresql-8.1.4/src/backend/tcop/postgres.c]]
-以下の定数を定義する列挙型[[CommandDest/postgresql-8.1.4...
--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 bootstr...
*履歴 [#u1005ddb]
-作者:[[testnoda/ページ作者]]
-日付:2007/1/14
|更新日|更新者|更新内容|
||||
*コメント [#e2bb5b27]
#comment
終了行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#jecc251b]
-対象:8.1.4
-言語:C
-宣言:[[postgresql-8.1.4/src/include/tcop/tcopprot.h]](e...
-定義:[[postgresql-8.1.4/src/backend/tcop/postgres.c]]
-以下の定数を定義する列挙型[[CommandDest/postgresql-8.1.4...
--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 bootstr...
*履歴 [#u1005ddb]
-作者:[[testnoda/ページ作者]]
-日付:2007/1/14
|更新日|更新者|更新内容|
||||
*コメント [#e2bb5b27]
#comment
ページ名: