postgresql/contrib/pg_overexplain
Melanie Plageman 39dcd10a2c Remove PlannedStmt->resultRelations in favor of resultRelationRelids
PlannedStmt->resultRelations was an integer list of range table indexes
because at the time it was added (to Query), the Bitmapset data type did
not yet exist in Postgres.

0f4c170cf3 added a Bitmapset of result relations, so remove the integer
list of RTIs and use the more compact resultRelationRelids.

Discussion: https://postgr.es/m/CAApHDvqAOeOwCKh9g0gfxWa040%3DHyc7_oA%3DC59rjod8kXJDWyw%40mail.gmail.com
2026-03-30 09:51:28 -04:00
..
expected SQL Property Graph Queries (SQL/PGQ) 2026-03-16 10:14:18 +01:00
sql SQL Property Graph Queries (SQL/PGQ) 2026-03-16 10:14:18 +01:00
.gitignore pg_overexplain: Additional EXPLAIN options for debugging. 2025-03-26 13:52:21 -04:00
Makefile pg_overexplain: Additional EXPLAIN options for debugging. 2025-03-26 13:52:21 -04:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_overexplain.c Remove PlannedStmt->resultRelations in favor of resultRelationRelids 2026-03-30 09:51:28 -04:00