creating gist index seems to look at data ignoring transaction?

2019-04-11 Thread Palle Girgensohn
Hi, I have a table with two dates, timeframe_begin and timeframe_end. I'd like to use daterange operators on this table, and an easy way would be to set up an index using gist on daterange(timeframe_begin, timeframe_end, '[]'); I noticed some bad data where end < begin, so I modified these firs

OK to build LLVM (*.bc) with CLANG but rest of postgresql with CC (other compiler)?

2023-06-13 Thread Palle Girgensohn
Hi! TL;DR: CLANG is used to compile *.bc files during postgresql build. Is it OK to have a different compiler for the rest of the build? gcc, or even another version of clang? -- Slightly longer version: I'm packaging postgresql for FreeBSD and as you probably know, in that OS clang is the

OK to build LLVM (*.bc) with CLANG but rest of postgresql with CC (other compiler)?

2023-06-13 Thread Palle Girgensohn
Hi! TL;DR: CLANG is used to compile *.bc files during postgresql build. Is it OK to have a different compiler for the rest of the build? gcc, or even another version of clang? -- Slightly longer version: I'm packaging postgresql for FreeBSD and as you probably know, in that OS clang is the