Andrew Dunstan <[EMAIL PROTECTED]> writes: > The buildfarm member penguin (Debian, ARM) has been building the HEAD > branch for the most part happily since late January, but keeps failing > on the REL8_0_STABLE branch on tsearch2. It appears that some changes > made around 24-27 January fixed it for this architecture/OS. Looking in > the committers log, I see: > ... > Could one of these inadvertantly fix the problem we are seeing here? > Do we need to backpatch to fix REL8_0_STABLE, or apply some other fix?
Nothing inadvertent about it. The changelog entry is 2005-01-25 07:36 teodor * contrib/tsearch2/: query.c, rank.c, ts_stat.c, tsvector.c, tsvector.h, tsvector_op.c: Change typedef struct {} WordEntryPos; to typedef uint16 WordEntryPos according to http://www.pgsql.ru/db/mw/msg.html?mid=2035188 Require re-fill all tsvector fields and reindex tsvector indexes. and if you check the referenced message, the change was made specifically to deal with this portability issue. However, we cannot backpatch the change without forcing initdb (or at least reindex of tsearch2 indexes), even on architectures that are not currently broken. So I'm afraid penguin is out of luck --- the 8.0 branch has to stay the way it is. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org