Re: pgsql: Add parallel-aware hash joins.

2017-12-26 Thread Thomas Munro
On Fri, Dec 22, 2017 at 9:22 PM, Andres Freund wrote: > On 2017-12-22 21:16:10 +1300, Thomas Munro wrote: >> Andres, your machine francolin crashed -- got a core file? > > Unfortunately not - it appears the buildfarm cleared it away :( I now have a workload that fails within a few minutes or so o

pgsql: Add includes to make header files self-contained

2017-12-26 Thread Peter Eisentraut
Add includes to make header files self-contained Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0689dc3a235a12c58910fba325f0150979d0c81f Modified Files -- src/include/executor/nodeHashjoin.h | 1 + src/include/utils/sharedtuplestore.h | 1 + 2 files chan

pgsql: Add support for static assertions in C++

2017-12-26 Thread Peter Eisentraut
Add support for static assertions in C++ This allows modules written in C++ to use or include header files that use StaticAssertStmt() etc. Reviewed-by: Tom Lane Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a2c8e5cfdb9d82ae6d4bb8f37a4dc7cbeca63ec1 Modified Fil