このページを編集する際は、編集に関する方針に従ってください。

概要

postgresql-8.1.4/src/include/mb/pg_wchar.h

postgresql-8.1.4/src/include/utils/palloc.h

引数

postgresql-8.1.4/src/include/mb/pg_wchar.h

postgresql-8.1.4/src/include/utils/palloc.h

実装

postgresql-8.1.4/src/include/mb/pg_wchar.h

#ifdef FRONTEND
#undef palloc
#define palloc malloc
#endif

postgresql-8.1.4/src/include/utils/palloc.h

#define palloc(sz)	MemoryContextAlloc(CurrentMemoryContext, (sz))

呼出元

備考

履歴

コメント



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS