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/97d4b165-192d-3605-749c-f614a0c4e...@2ndquadrant.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/8ecdef
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
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
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
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/59d8eb92-4536-c44e-54e2-305b9b3d8...@lab.ntt.co.jp
Branch
--
master
Details
---
https://git.postgresql.org/p
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