8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c301a0a commit 56ba046Copy full SHA for 56ba046
src/backend/access/hash/hash.c
@@ -65,7 +65,7 @@ hashhandler(PG_FUNCTION_ARGS)
65
amroutine->amcanorder = false;
66
amroutine->amcanorderbyop = false;
67
amroutine->amcanhash = true;
68
- amroutine->amcancrosscompare = false;
+ amroutine->amcancrosscompare = true;
69
amroutine->amcanbackward = true;
70
amroutine->amcanunique = false;
71
amroutine->amcanmulticol = false;
0 commit comments