About the types of fields in a data structure

From: Pei He <hepeimail(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: About the types of fields in a data structure
Date: 2010-08-26 20:26:52
Message-ID: AANLkTi=CZpkATALujabMeieN03e7zjGRdcL=hkBj5dS8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
When I check the types of fields in a data structure, I found most
fields are defined as general types, as List, Node. Then, To know the
content inside the List, I need to track the usage of the fields.
For example, the fromClause in SelectStmt is defined as List. And, the
content in the ListCell is with the type of RangeVar.

Is there other easier way to check the types information, rather than
track through the code?
Or is there any document about it?

Thanks
--
Pei

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-08-26 20:28:55 Re: CopyReadLineText optimization revisited
Previous Message Heikki Linnakangas 2010-08-26 20:19:19 Re: CopyReadLineText optimization revisited