pgsql: Fix reset of incorrect hash iterator in GROUPING SETS queries

2025-10-17 Thread David Rowley
Fix reset of incorrect hash iterator in GROUPING SETS queries This fixes an unlikely issue when fetching GROUPING SET results from their internally stored hash tables. It was possible in rare cases that the hash iterator would be set up incorrectly which could result in a crash. This was introdu

pgsql: Fix reset of incorrect hash iterator in GROUPING SETS queries

2025-10-17 Thread David Rowley
Fix reset of incorrect hash iterator in GROUPING SETS queries This fixes an unlikely issue when fetching GROUPING SET results from their internally stored hash tables. It was possible in rare cases that the hash iterator would be set up incorrectly which could result in a crash. This was introdu