mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
The code was supposing that rd_amcache wouldn't disappear from under it during a scan; which is wrong. Copy the data out of the relcache rather than trying to reference it there.