Re: [DOCS] [PATCH] Use idiomatic style for varlena structs

2012-02-13 Thread Jay Levitt
Tom Lane wrote: Jay Levitt writes: I'm new to the codebase, but I think this patch reflects real-world usage; the PostgreSQL code itself always calls the length field "vl_len_", and I believe int32 is preferred over int4 (yes?) The point of calling it vl_len_ is that it

[DOCS] [PATCH] Use idiomatic style for varlena structs

2012-02-13 Thread Jay Levitt
I'm new to the codebase, but I think this patch reflects real-world usage; the PostgreSQL code itself always calls the length field "vl_len_", and I believe int32 is preferred over int4 (yes?) Jay Levitt diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index a

Re: [DOCS] HTML Page titles in HTML version?

2012-02-12 Thread Jay Levitt
Magnus Hagander wrote: On Sun, Feb 12, 2012 at 17:54, Jay Levitt wrote: I frequently find myself with multiple tabs open to the docs site, all titled "PosgreSQL: Documentation". Does the new site back-end make it easy to add a meaningful tag, or would that take a mass commit to the

[DOCS] HTML Page titles in HTML version?

2012-02-12 Thread Jay Levitt
I frequently find myself with multiple tabs open to the docs site, all titled "PosgreSQL: Documentation". Does the new site back-end make it easy to add a meaningful tag, or would that take a mass commit to the core docs? Jay Levitt -- Sent via pgsql-docs mailing list (