We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f653c commit 661781fCopy full SHA for 661781f
src/backend/access/hash/hash.c
@@ -66,7 +66,7 @@ hashhandler(PG_FUNCTION_ARGS)
66
amroutine->amcanorderbyop = false;
67
amroutine->amcanhash = true;
68
amroutine->amconsistentequality = true;
69
- amroutine->amconsistentequality = false;
+ amroutine->amconsistentordering = false;
70
amroutine->amcanbackward = true;
71
amroutine->amcanunique = false;
72
amroutine->amcanmulticol = false;
0 commit comments