Sv: Sv: Re: Sv: Re: ERROR: failed to add item to the index page
Andreas Joseph Krogh <andreas@visena.com>
From: Andreas Joseph Krogh <andreas@visena.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-04-30T14:27:05Z
Lists: pgsql-hackers
På tirsdag 30. april 2019 kl. 16:03:04, skrev Andreas Joseph Krogh < andreas@visena.com <mailto:andreas@visena.com>>: På tirsdag 30. april 2019 kl. 15:53:50, skrev Tom Lane <tgl@sss.pgh.pa.us <mailto:tgl@sss.pgh.pa.us>>: Andreas Joseph Krogh <andreas@visena.com> writes: > I built with this: make distclean && ./configure > --prefix=$HOME/programs/postgresql-master --with-openssl --with-llvm && make -j > 8 install-world-contrib-recurse install-world-doc-recurse --with-llvm, eh? Does it reproduce without that? What platform is this on, what LLVM version? > I'll see if I can create a self contained example. Please. regards, tom lane Ubuntu 19.04 $ llvm-config --version 8.0.0 "--with-llvm" was something I had from when pg-11 was master. It might not be needed anymore? I'm trying a fresh build without --with-llvm and reload of data now. Yep, happens without --with-llvm also. I'll try to load only the necessary table(s) to reproduce. -- Andreas Joseph Krogh
Commits
-
Fix nbtsort.c's page space accounting.
- 6dd86c269d5b 12.0 landed
-
Fix potential assertion failure when reindexing a pg_class index.
- 3dbb317d32f4 12.0 cited
-
Make heap TID a tiebreaker nbtree index column.
- dd299df8189b 12.0 cited