[PATCH] Use idiomatic style for varlena structs - Mailing list pgsql-docs

From Jay Levitt
Subject [PATCH] Use idiomatic style for varlena structs
Date
Msg-id 4F392203.2040907@gmail.com
Whole thread Raw
Responses Re: [PATCH] Use idiomatic style for varlena structs  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-docs by date:

Previous
From: Jay Levitt
Date:
Subject: Re: HTML Page titles in HTML version?
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Use idiomatic style for varlena structs