Re: struct RelOptInfo member relid comments

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: struct RelOptInfo member relid comments
Date: 2024-05-24 03:14:54
Message-ID: 568422.1716520494@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

jian he <jian(dot)universality(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-05-24 03:24:03 Re: speed up a logical replica setup
Previous Message Tender Wang 2024-05-24 03:13:45 Re: struct RelOptInfo member relid comments