このページを編集する際は、編集に関する方針に従ってください。
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.
更新日 | 更新者 | 更新内容 |
2006/9/13 | testnoda/ページ作者 | コメントを備考に移動 |