[PATCH] Use idiomatic style for varlena structs

From: Jay Levitt <jay(dot)levitt(at)gmail(dot)com>
To: "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org>
Subject: [PATCH] Use idiomatic style for varlena structs
Date: 2012-02-13 14:45:23
Message-ID: 4F392203.2040907@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Attachment Content-Type Size
vl_len_.patch text/plain 1.6 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2012-02-13 15:51:51 Re: [PATCH] Use idiomatic style for varlena structs
Previous Message Jay Levitt 2012-02-12 21:20:16 Re: [DOCS] HTML Page titles in HTML version?