Peter Eisentraut <[EMAIL PROTECTED]> writes: > Neil Conway wrote: >> The regression.diffs are attached. Note that this reproduces >> consistently, but only occurs if I use the "runtest" Makefile target >> (i.e. run the regression tests in serial mode); "make check" works >> fine, for example.
> You need to re-initdb. IOW someone forgot to bump catversion when committing a change that invalidated the regression tests? Preventing this type of confusion is exactly what we invented catversion for. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match