- Notifications
You must be signed in to change notification settings - Fork5
Commite1a93dd
committed
tqueue.c's record-typmod hashtables need the HASH_BLOBS option.
The keys are integers, not strings. The code accidentally worked onlittle-endian machines, at least up to 256 distinct record types withina session, but failed utterly on big-endian. This was unexpectedlyexposed by a test case added by commit4452000, which apparently is theonly parallelizable query in the regression suite that uses more than oneanonymous record type. Fortunately, buildfarm member mandrill isbig-endian and is running with force_parallel_mode on, so it failed.1 parent69995c3 commite1a93dd
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
| 406 | + | |
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
| |||
877 | 878 | | |
878 | 879 | | |
879 | 880 | | |
880 | | - | |
| 881 | + | |
| 882 | + | |
881 | 883 | | |
882 | 884 | | |
883 | 885 | | |
| |||
0 commit comments
Comments
(0)