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
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
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