One-line comment to improve understanding of VARSIZE_ANY_EXHDR macro

From: Gurjeet Singh <gurjeet(at)singh(dot)im>
To: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: One-line comment to improve understanding of VARSIZE_ANY_EXHDR macro
Date: 2013-02-19 23:40:07
Message-ID: CABwTF4Xq8BDOpGVmZM_-tJyCM8h_iGgVV=aiocFLHbqtsQGCdA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hopefully I am not wrong.

+/* Size of a varlena data, excluding header */
#define VARSIZE_ANY_EXHDR(PTR) \

--
Gurjeet Singh

http://gurjeet.singh.im/

EnterprsieDB Inc.

Attachment Content-Type Size
exhdr_comment.patch application/octet-stream 458 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2013-02-19 23:41:16 Re: Materialized views WIP patch
Previous Message Kevin Grittner 2013-02-19 23:32:51 Re: Materialized views WIP patch