mirror of https://github.com/citusdata/citus.git
Add commented out rules to normalize Plan numbers
parent
38ac28b4b8
commit
34c5532e9c
|
@ -78,3 +78,10 @@ s/_id_other_column_ref_fkey/_id_fkey/g
|
|||
|
||||
# intermediate_results
|
||||
s/(ERROR.*)pgsql_job_cache\/([0-9]+_[0-9]+_[0-9]+)\/(.*).data/\1pgsql_job_cache\/xx_x_xxx\/\3.data/g
|
||||
|
||||
## Plan numbers are not very stable, so we normalize those
|
||||
## subplan numbers are quite stable so we keep those
|
||||
#s/DEBUG: Plan [0-9]+/DEBUG: Plan XXX/g
|
||||
#s/generating subplan [0-9]+\_/generating subplan XXX\_/g
|
||||
#s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g
|
||||
#s/Subplan [0-9]+\_/Subplan XXX\_/g
|
||||
|
|
Loading…
Reference in New Issue