mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
7f68b14629
This function reads directly a page from a relation, relying on index_open() to open the index to read from. Unfortunately, this would crash when using partitioned indexes, as these can be opened with index_open() but they have no physical pages. Alexander has fixed the module, while I have written the test. Author: Alexander Lakhin, Michael Paquier Discussion: https://postgr.es/m/18246-f4d9ff7cb3af77e6@postgresql.org Backpatch-through: 12 |
||
---|---|---|
.. | ||
brin.out | ||
btree.out | ||
checksum_1.out | ||
checksum.out | ||
gin.out | ||
gist.out | ||
hash.out | ||
oldextversions.out | ||
page.out |