Relids instead of Bitmapset * in plannode.h
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
From: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-31T06:11:45Z
Lists: pgsql-hackers
Attachments
- 0001-Use-Relids-instead-of-Bitmapset-in-plannode-20231031.patch (text/x-patch) patch 0001
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
Commits
-
Stop including parsenodes.h in plannodes.h
- 615f5f6faa0f 17.0 landed
-
Add support for MERGE SQL command
- 7103ebb7aae8 15.0 cited