struct RelOptInfo member relid comments - Mailing list pgsql-hackers

From jian he
Subject struct RelOptInfo member relid comments
Date
Msg-id CACJufxG7d0tBKwr-q8EktRiGPdfxDD07=d1ks8ZquieVEdGP5Q@mail.gmail.com
Whole thread Raw
Responses Re: struct RelOptInfo member relid comments
Re: struct RelOptInfo member relid comments
List pgsql-hackers
hi

typedef struct RelOptInfo
{
....
/*
* information about a base rel (not set for join rels!)
*/
Index relid;
...
}

imho, the above comment is not very helpful.
we should say more about what kind of information relid says about a base rel?

I don't know much about RelOptInfo, that's why I ask.



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Pgoutput not capturing the generated columns
Next
From: Bruce Momjian
Date:
Subject: Re: First draft of PG 17 release notes