Relids instead of Bitmapset * in plannode.h - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Relids instead of Bitmapset * in plannode.h
Date
Msg-id CAExHW5tHCdRRAv6gu5qKb23Gniyg6twQAHm-mPkc+D+Aavmoug@mail.gmail.com
Whole thread Raw
Responses Re: Relids instead of Bitmapset * in plannode.h  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List 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

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Richard Guo
Date:
Subject: Re: A performance issue with Memoize