1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00
Files
postgres/src/backend
Robert Haas 06fa6670fb Ensure gatherstate->nextreader is properly initialized.
The previously code worked OK as long as a Gather node was never
rescanned, or if it was rescanned, as long as it got at least as
many workers on rescan as it had originally.  But if the number
of workers ever decreased on a rescan, then it could crash.

Andreas Seltenreich
2016-12-05 15:59:02 -05:00
..
2016-09-27 01:05:21 -03:00
2016-06-09 18:09:17 -04:00
2016-10-24 11:15:25 -04:00
2016-06-09 18:02:36 -04:00
2016-01-02 13:33:40 -05:00