Files
neon/pageserver/src
Thang Pham dc52436a8f Fix bug when import large (>1GB) relations (#2172)
Resolves #2097 

- use timeline modification's `lsn` and timeline's `last_record_lsn` to determine the corresponding LSN to query data in `DatadirModification::get`
- update `test_import_from_pageserver`. Split the test into 2 variants: `small` and `multisegment`. 
  + `small` is the old test
  + `multisegment` is to simulate #2097 by using a larger number of inserted rows to create multiple segment files of a relation. `multisegment` is configured to only run with a `release` build
2022-08-12 09:24:20 +07:00
..
2022-08-08 12:15:16 +03:00
2022-05-28 14:02:05 +03:00
2022-06-03 14:24:27 +03:00
2022-07-04 23:46:37 +03:00
2022-08-11 08:34:57 +03:00
2022-08-08 19:04:46 +03:00