aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-10-01 15:19:32 +0900
committerMichael Paquier <michael@paquier.xyz>2019-10-01 15:25:04 +0900
commit002962dc7293043126561b0d0df79d6c76251804 (patch)
tree535a74dbd8d5c1afb83ff1616d632cd8fde61ddb /src/backend/parser/parse_expr.c
parente788bd924c19e296bd34316e30e3ba1b68354e64 (diff)
downloadpostgresql-002962dc7293043126561b0d0df79d6c76251804.tar.gz
postgresql-002962dc7293043126561b0d0df79d6c76251804.zip
Fix test_session_hooks with parallel workers
Several buildfarm machines have been complaining about the new module test_session_hooks to be unstable, like crake and thorntail. The issue was that the module was trying to log some start and end session activity for parallel workers, which makes little sense as they don't support DML, so just prevent this pattern to happen in the module. This could be reproduced by enforcing force_parallel_mode=regress, which is the value used by some of the buildfarm members. Discussion: https://postgr.es/m/20191001045246.GF2781@paquier.xyz
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions