Relids instead of Bitmapset * in plannode.h

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Relids instead of Bitmapset * in plannode.h
Date: 2023-10-31 06:11:45
Message-ID: CAExHW5tHCdRRAv6gu5qKb23Gniyg6twQAHm-mPkc+D+Aavmoug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
For some reason plannode.h has declared variable to hold RTIs as
Bitmapset * instead of Relids like other places. Here's patch to fix
it. This is superficial change as Relids is typedefed to Bitmapset *.
Build succeeds for me and also make check passes.

--
Best Wishes,
Ashutosh Bapat

Attachment Content-Type Size
0001-Use-Relids-instead-of-Bitmapset-in-plannode-20231031.patch text/x-patch 2.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2023-10-31 06:19:31 Re: A performance issue with Memoize
Previous Message Amit Kapila 2023-10-31 05:51:12 Re: Synchronizing slots from primary to standby