Improve slightly misleading internal error message
The error message was talking about RowCompareType but was actually
checking strategy numbers. While those are closely related, it is
better to be accurate.
Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330(at)enterprisedb(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/63e10988f8705cc56ac242fa21ec42dd87e99cbf
Modified Files
--------------
src/backend/access/nbtree/nbtutils.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)