About the types of fields in a data structure - Mailing list pgsql-hackers

From Pei He
Subject About the types of fields in a data structure
Date
Msg-id AANLkTi=CZpkATALujabMeieN03e7zjGRdcL=hkBj5dS8@mail.gmail.com
Whole thread Raw
Responses Re: About the types of fields in a data structure  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: CopyReadLineText optimization revisited
Next
From: Tom Lane
Date:
Subject: Re: CopyReadLineText optimization revisited