このページを編集する際は、[[編集に関する方針]]に従ってください。 *関数・マクロ [#r3b37abd] - [[CppAsString()/postgresql-8.1.4]] -- &new{2006-08-08 (火) 00:04:21}; - [[INTALIGN()/postgresql-8.1.4]] -- &new{2006-08-18 (金) 11:19:38}; - [[PointerIsValid()/postgresql-8.1.4]] -- &new{2006-08-18 (金) 11:19:56}; - [[TYPEALIGN()/postgresql-8.1.4]] -- &new{2006-08-18 (金) 11:20:12}; - [[MAXALIGN()/postgresql-8.1.4]] -- &new{2007-06-02 (土) 12:14:30}; - [[DOUBLEALIGN()/postgresql-8.1.4]] -- &new{2007-06-02 (土) 12:14:57}; - [[Max()/postgresql-8.1.4]] -- &new{2007-06-02 (土) 12:15:20}; - [[SHORTALIGN()/postgresql-8.1.4]] -- &new{2007-06-02 (土) 12:15:43}; *[[ipc_test/postgresql-8.1.4]] [#fcde4ea2] #comment(noname) **関数・マクロ [#ubffd4da] #related(\(\)/ipc_test/postgresql-8.1.4) *構造体・共用体・列挙型 [#d37792ba] - [[Size/postgresql-8.1.4]] -- &new{2006-08-01 (火) 22:57:32}; - [[NameData/postgresql-8.1.4]] -- &new{2006-08-03 (木) 22:10:25}; - [[uint16/postgresql-8.1.4]] -- &new{2006-08-03 (木) 22:19:13}; - [[bool/postgresql-8.1.4]] -- &new{2006-08-03 (木) 22:22:10}; - [[int16/postgresql-8.1.4]] -- &new{2006-08-03 (木) 22:28:48}; - [[int32/postgresql-8.1.4]] -- &new{2006-08-06 (日) 16:56:44}; - [[DLLIMPORT/postgresql-8.1.4]] -- &new{2006-08-08 (火) 23:17:25}; - [[Pointer/postgresql-8.1.4]] -- &new{2006-08-11 (金) 01:15:36}; - [[int2/postgresql-8.1.4]] -- &new{2006-08-18 (金) 11:17:53}; - [[int4/postgresql-8.1.4]] -- &new{2006-08-18 (金) 11:18:07}; - [[CSIGNBIT/postgresql-8.1.4]] -- &new{2006-10-15 (日) 23:05:00}; - [[sigjmp_buf/postgresql-8.1.4]] -- &new{2006-12-25 (月) 01:57:07}; **構造体・共用体・列挙型・変数・定数 [#aee16a5e] #related([^)]/ipc_test/postgresql-8.1.4) #comment(noname) *備考 [#t05f00d5] *変数・定数 [#c42522c3] - [[false/postgresql-8.1.4]] -- &new{2006-12-24 (日) 22:17:42}; #comment(noname) *備考 [#n1806de5] /*------------------------------------------------------------------------- * * c.h * Fundamental C definitions. This is included by every .c file in * PostgreSQL (via either postgres.h or postgres_fe.h, as appropriate). * * Note that the definitions here are not intended to be exposed to clients * of the frontend interface libraries --- so we don't worry much about * polluting the namespace with lots of stuff... * * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL: pgsql/src/include/c.h,v 1.190.2.2 2006/05/21 20:05:50 tgl Exp $ * *------------------------------------------------------------------------- */ /* *---------------------------------------------------------------- * TABLE OF CONTENTS * * When adding stuff to this file, please try to put stuff * into the relevant section, or add new sections as appropriate. * * section description * ------- ------------------------------------------------ * 0) pg_config.h and standard system headers * 1) hacks to cope with non-ANSI C compilers * 2) bool, true, false, TRUE, FALSE, NULL * 3) standard system types * 4) IsValid macros for system types * 5) offsetof, lengthof, endof, alignment * 6) widely useful macros * 7) random stuff * 8) system-specific hacks * * NOTE: since this file is included by both frontend and backend modules, it's * almost certainly wrong to put an "extern" declaration here. typedefs and * macros are the kind of thing that might go here. * *---------------------------------------------------------------- */ *関連ページ一覧(記載漏れ確認用) [#x9d0f797] #related