Re: BUG #16846: "retrieved too many tuples in a bounded sort"
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: contact@yorhel.nl
Cc: pgsql-bugs@lists.postgresql.org,
Tomas Vondra <tomas.vondra@enterprisedb.com>
Date: 2021-01-31T16:35:28Z
Lists: pgsql-bugs
... btw, I did confirm that set enable_incremental_sort = 0; makes the error go away. So that might do as a temporary workaround until we fix it. regards, tom lane
Commits
-
Simplify loop logic in nodeIncrementalSort.c.
- 80dc07aa361b 13.3 landed
- 0e5290312851 14.0 landed
-
Fix YA incremental sort bug.
- 82e0e29308de 14.0 landed
- 10fcb83da6a7 13.2 landed