Use correct GetDatum() in pg_relation_check_pages()
authorMichael Paquier <michael@paquier.xyz>
Wed, 28 Oct 2020 04:59:18 +0000 (13:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 28 Oct 2020 04:59:18 +0000 (13:59 +0900)
commitce7f772c5e6066e0bbafea5759e652c9757c8e6b
tree01141c88c633dfcf84534b89912d9958e6be77fb
parentf2b883969557f4572cdfa87e1a40083d2b1272e7
Use correct GetDatum() in pg_relation_check_pages()

UInt32GetDatum() was getting used, while the result needs
Int64GetDatum().  Oversight in f2b8839.

Per buildfarm member florican.

Discussion: https://postgr.es/m/1226629.1603859189@sss.pgh.pa.us
src/backend/utils/adt/pagefuncs.c