]> granicus.if.org Git - postgresql/commit
Make error message of pageinspect more consistent for raw page inputs
authorMichael Paquier <michael@paquier.xyz>
Sun, 29 Jul 2018 14:50:35 +0000 (23:50 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 29 Jul 2018 14:50:35 +0000 (23:50 +0900)
commit59eb12c9c5a5aa980ed89363d143edad712d2c1d
tree622cfa4cc4488f71d3eb9423d177e8cdce78a859
parent9f7ba88aa447a0a35006d877eec897b917d1c6c3
Make error message of pageinspect more consistent for raw page inputs

There is a copy-paste error from bt_page_items() which got into
bt_page_items_bytea().  A second message in get_raw_page_internal() was
inconsistent with all the other sub-modules.

Author: Ashutosh Sharma
Discussion: https://postgr.es/m/CAE9k0PnZuZ3PVXSyQY91-53E8JKFcaSyknFqqU43r9MabKSYZA@mail.gmail.com
contrib/pageinspect/btreefuncs.c
contrib/pageinspect/rawpage.c