pgsql: Improve Assert output

2019-08-17 Thread Peter Eisentraut
Improve Assert output If an assertion expression contained a macro, the failed assertion message would print the expanded macro, which is usually unhelpful and confusing. Restructure the Assert macros to not expand any macros when constructing the failure message. This also fixes that the existi

pgsql: Make deadlock-parallel isolation test more robust.

2019-08-17 Thread Tom Lane
Make deadlock-parallel isolation test more robust. This test failed fairly reproducibly on some CLOBBER_CACHE_ALWAYS buildfarm animals. The cause seems to be that if a parallel worker is slow enough to reach its lock wait, it may not be released by the first deadlock check run, and then later dea

pgsql: Remove obsolete reference to Irix

2019-08-17 Thread Peter Eisentraut
Remove obsolete reference to Irix Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7e78c872dd5b0f53bbeed90c2b6e610c14e9be4b Modified Files -- config/programs.m4 | 4 ++-- configure | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)