Jan Nidzwetzki 2a808cabad Fix use of freed path in decompression sort logic
In the function add_chunk_sorted_paths, we create sorted versions of the
decompress paths. We construct a sort node and place it on top of the
decompressed chunk to do this. However, the decompress chunk path will
be also added to the relation via add_path. This function can recycle
the provided path if better paths are already known. Therefore, we need
our own private copy for the sorted paths.
2023-12-23 22:39:07 +01:00
..
2023-10-26 09:04:28 +02:00
2023-10-09 09:10:04 -03:00
2023-10-09 09:10:04 -03:00
2023-10-18 11:45:06 -03:00
2023-11-08 15:26:42 -03:00
2023-10-18 11:45:06 -03:00