|
11 | 11 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group |
12 | 12 | * Portions Copyright (c) 1994, Regents of the University of California |
13 | 13 | * |
14 | | - * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.54 2007/09/22 04:41:19 tgl Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.55 2007/09/27 21:01:59 tgl Exp $ |
15 | 15 | * |
16 | 16 | *------------------------------------------------------------------------- |
17 | 17 | */ |
@@ -158,7 +158,7 @@ extern void fmgr_info_copy(FmgrInfo *dstinfo, FmgrInfo *srcinfo, |
158 | 158 | * The resulting datum can be accessed using VARSIZE_ANY() and VARDATA_ANY() |
159 | 159 | * (beware of multiple evaluations in those macros!) |
160 | 160 | * |
161 | | - * WARNING: It is only safe to usePG_DETOAST_DATUM_UNPACKED() and |
| 161 | + * WARNING: It is only safe to usepg_detoast_datum_packed() and |
162 | 162 | * VARDATA_ANY() if you really don't care about the alignment. Either because |
163 | 163 | * you're working with something like text where the alignment doesn't matter |
164 | 164 | * or because you're not going to access its constituent parts and just use |
|