Re: struct RelOptInfo member relid comments - Mailing list pgsql-hackers

From Tom Lane
Subject Re: struct RelOptInfo member relid comments
Date
Msg-id 568422.1716520494@sss.pgh.pa.us
Whole thread Raw
In response to struct RelOptInfo member relid comments  (jian he <jian.universality@gmail.com>)
Responses Re: struct RelOptInfo member relid comments
List pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> imho, the above comment is not very helpful.
> we should say more about what kind of information relid says about a base rel?

"Relid" is defined at the very top of the file:

/*
 * Relids
 *        Set of relation identifiers (indexes into the rangetable).
 */
typedef Bitmapset *Relids;

Repeating that everyplace the term "relid" appears would not be
tremendously helpful.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tender Wang
Date:
Subject: Re: struct RelOptInfo member relid comments
Next
From: Amit Kapila
Date:
Subject: Re: speed up a logical replica setup