| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a |
| Date: | 2007-05-15 17:39:54 |
| Message-ID: | 20070515173954.E20169FBD7C@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures
that require alignment.
Add a paragraph to the "User-Defined Types" chapter on using these
macros since it seems like they're a hit.
Gregory Stark
Modified Files:
--------------
pgsql/doc/src/sgml:
xtypes.sgml (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xtypes.sgml.diff?r1=1.28&r2=1.29)
pgsql/src/include:
fmgr.h (r1.50 -> r1.51)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/fmgr.h.diff?r1=1.50&r2=1.51)
postgres.h (r1.80 -> r1.81)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/postgres.h.diff?r1=1.80&r2=1.81)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2007-05-15 19:13:55 | pgsql: Various fixes for the SGML docs. |
| Previous Message | Neil Conway | 2007-05-15 15:52:40 | pgsql: Make a few marginal improvements to the documentation for the AV |