CROSSTABS: Always cite all the dimensions if there are too many.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Feb 2023 23:24:05 +0000 (15:24 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Feb 2023 23:26:29 +0000 (15:26 -0800)
commitaef47e8bd7e9ec09defcbe7bf3949ce148dd8510
treed9affa0b864bbd3abf95ca6c2391b6fbce1974e1
parentdc5b4d99fedba0d6999bffe32d58f056aff99872
CROSSTABS: Always cite all the dimensions if there are too many.

Otherwise, 32-bit and 64-bit systems cite different sets of dimensions,
which makes the test output change between i386 and x86-64.

Thanks to Friedrich Beckmann for reporting this bug.
Bug #63797.
src/language/commands/crosstabs.c
tests/language/commands/crosstabs.at