pgsql: Remove test for VA_ARGS, implied by C99.

2018-08-24 Thread Andres Freund
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

pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio

2018-08-24 Thread Andres Freund
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

pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio

2018-08-24 Thread Andres Freund
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

pgsql: Suppress uninitialized-variable warning in new SCRAM code.

2018-08-24 Thread Tom Lane
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

pgsql: Suppress uninitialized-variable warning in new SCRAM code.

2018-08-24 Thread Tom Lane
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

pgsql: Fix documentation for run-time partition pruning

2018-08-24 Thread Michael Paquier
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

Re: pgsql: Fix configure's snprintf test so it exposes HP-UX bug.

2018-08-24 Thread Tom Lane
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