このページを編集する際は、[[編集に関する方針]]に従ってください。 ページ名を [[int32/ipc_test/postgresql-8.1.4]] に変更しましたので、こちらを参照ください。 *概要 [#i0366024] -対象:8.1.4 -言語:C -[[postgresql-8.1.4/src/include/c.h]]にて定義 -データ型int32をsigned intの別名として定義。 *実装 [#x11bdb78] typedef signed int int32; /* == 32 bits */ *備考 [#b44ef9e9] * intN * Signed integer, EXACTLY N BITS IN SIZE, * used for numerical computations and the * frontend/backend protocol. *履歴 [#va97d3eb] -作者:[[testnoda/ページ作者]] -日付:2006/8/6 |更新日|更新者|更新内容| |||| *コメント [#l3bca7dc] #comment