pgsql: Make error message of pageinspect more consistent for raw page i

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make error message of pageinspect more consistent for raw page i
Date: 2018-07-29 14:53:13
Message-ID: E1fjn4L-00019e-0k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/59eb12c9c5a5aa980ed89363d143edad712d2c1d

Modified Files
--------------
contrib/pageinspect/btreefuncs.c | 2 +-
contrib/pageinspect/rawpage.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-07-29 14:59:32 Re: pgsql: Refactor geometric functions and operators
Previous Message Michael Paquier 2018-07-29 13:02:28 pgsql: Fix two oversights from 9ebe0572 which refactored cluster_rel