diff --git a/src/backend/access/hash/hash.c b/src/backend/access/hash/hash.c index 874558849a2..53061c819fb 100644 --- a/src/backend/access/hash/hash.c +++ b/src/backend/access/hash/hash.c @@ -66,7 +66,7 @@ hashhandler(PG_FUNCTION_ARGS) amroutine->amcanorderbyop = false; amroutine->amcanhash = true; amroutine->amconsistentequality = true; - amroutine->amconsistentequality = false; + amroutine->amconsistentordering = false; amroutine->amcanbackward = true; amroutine->amcanunique = false; amroutine->amcanmulticol = false;