Andres Freund writes:
> On 2018-08-17 14:38:41 +, Tom Lane wrote:
>> Fix configure's snprintf test so it exposes HP-UX bug.
> Afaictl this does not seem to have done the trick, gharial is still red?
Yeah :-(. If I had access to that machine, I'd attempt to fix it.
I've not been able to get
Fix documentation for run-time partition pruning
Since 5220bb7, not only Append, but also MergeAppend support the
operation.
Author: Amit Langote
Discussion:
https://postgr.es/m/[email protected]
Branch
--
master
Details
---
https://git.postgresql.org/p
Suppress uninitialized-variable warning in new SCRAM code.
While we generally don't sweat too much about "may be used uninitialized"
warnings from older compilers, I noticed that there's a fair number of
buildfarm animals that are producing such a warning *only* for this
variable. So it seems wor
Suppress uninitialized-variable warning in new SCRAM code.
While we generally don't sweat too much about "may be used uninitialized"
warnings from older compilers, I noticed that there's a fair number of
buildfarm animals that are producing such a warning *only* for this
variable. So it seems wor
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Noticed thanks to buildfarm animal seawasp.
Author: Andres Freund
Backpatch: v11-, where LLVM based JIT compliation was introduced.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/cb925
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Noticed thanks to buildfarm animal seawasp.
Author: Andres Freund
Backpatch: v11-, where LLVM based JIT compliation was introduced.
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdif
Remove test for VA_ARGS, implied by C99.
This simplifies logic / reduces duplication in a few headers.
Author: Andres Freund
Discussion:
https://postgr.es/m/[email protected]
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/8ecdef