aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-10-26 09:55:28 +0900
committerMichael Paquier <michael@paquier.xyz>2020-10-26 09:55:28 +0900
commitd401c5769ef6aeef0a28c147f3fb5afedcd59984 (patch)
tree3b97029410a4f0fbf26fde8e59e7429703355f13 /src/backend/executor
parentba9f18abd3650e385e9a35df7145a7c38af17e92 (diff)
downloadpostgresql-d401c5769ef6aeef0a28c147f3fb5afedcd59984.tar.gz
postgresql-d401c5769ef6aeef0a28c147f3fb5afedcd59984.zip
Extend PageIsVerified() to handle more custom options
This is useful for checks of relation pages without having to load the pages into the shared buffers, and two cases can make use of that: page verification in base backups and the online, lock-safe, flavor. Compatibility is kept with past versions using a macro that calls the new extended routine with the set of options compatible with the original version. Extracted from a larger patch by the same author. Author: Anastasia Lubennikova Reviewed-by: Michael Paquier, Julien Rouhaud Discussion: https://postgr.es/m/608f3476-0598-2514-2c03-e05c7d2b0cbd@postgrespro.ru
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions