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

概要

実装

typedef unsigned long Datum; /* XXX sizeof(long) >= sizeof(void *) */

備考

*	Postgres makes the following assumption about machines:
*
*	sizeof(Datum) == sizeof(long) >= sizeof(void *) >= 4
*
*	Postgres also assumes that
*
*	sizeof(char) == 1
*
*	and that
*
*	sizeof(short) == 2
*
*	If your machine meets these requirements, Datums should also be checked
*	to see if the positioning is correct.

履歴

コメント



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