File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1+ DROP  FUNCTION  sr_plan_invalid_table() CASCADE;
2+ DROP  FUNCTION  explain_jsonb_plan(jsonb) CASCADE;
13DROP  TABLE  sr_plans CASCADE;
24CREATE  TABLE  sr_plans  (
35	query_hash	int  NOT NULL ,
@@ -14,9 +16,6 @@ CREATE INDEX sr_plans_query_hash_idx ON sr_plans (query_hash);
1416CREATE  INDEX  sr_plans_query_oids  ON  sr_plans USING gin(reloids);
1517CREATE  INDEX  sr_plans_query_index_oids  ON  sr_plans USING gin(index_reloids);
1618
17- DROP  FUNCTION  explain_jsonb_plan(jsonb) CASCADE;
18- DROP  FUNCTION  sr_plan_invalid_table() CASCADE;
19- 
2019CREATE OR REPLACE  FUNCTION  sr_plan_invalid_table () RETURNS event_trigger
2120LANGUAGE plpgsql AS  $$
2221DECLARE
Original file line number Diff line number Diff line change 2626temp_dir  =  tempfile .mkdtemp ()
2727
2828upgrade_to  =  '1.2' 
29- check_upgrade_from  =  ['1.1.0' ]
29+ check_upgrade_from  =  ['rel_1.0'  ,  ' 1.1.0'
3030
3131compilation  =  ''' 
3232make USE_PGXS=1 clean 
@@ -127,7 +127,7 @@ def test_update(self):
127127                    node .stop ()
128128
129129                    shell ("git clean -fdx" )
130-                     shell ("git checkout -q 41d96bf13 " )
130+                     shell ("git checkout -q master " )
131131                    shell (compilation )
132132
133133                    node .start ()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments