citus/src
Nils Dijk 97da44558b
Description: Fix failures of tests on recent postgres builds
In recent postgres builds you cannot set client_min_messages to
values higher then ERROR, if will silently set it to ERROR if so.

During some tests we would set it to fatal to hide random values
(eg. pid's of processes) from the test output. This patch will use
different tactics for hiding these values.
2018-11-13 16:53:05 +01:00
..
backend Create function_utils for pg function call related utilities 2018-11-07 15:29:38 +03:00
include Create function_utils for pg function call related utilities 2018-11-07 15:29:38 +03:00
test/regress Description: Fix failures of tests on recent postgres builds 2018-11-13 16:53:05 +01:00