mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 20:22:25 -05:00 
			
		
		
		
	[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration * update sqlite version
This commit is contained in:
		
					parent
					
						
							
								5ef41ba3f2
							
						
					
				
			
			
				commit
				
					
						f4b0d76cd4
					
				
			
		
					 236 changed files with 395899 additions and 195070 deletions
				
			
		
							
								
								
									
										4
									
								
								vendor/modernc.org/ccgo/v3/lib/init.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/modernc.org/ccgo/v3/lib/init.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -326,7 +326,7 @@ func (p *project) containingStructField(part *cc.Initializer, off uintptr, t cc. | |||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	panic(todo("%v: internal error", pos(part))) | ||||
| 	panic(todo("%v: internal error", p.pos(part))) | ||||
| } | ||||
| 
 | ||||
| func (p *project) initializerUnion(tag string, off uintptr, f *function, s []*cc.Initializer, t cc.Type, sc cc.StorageClass, tld *tld, lm, tm map[*cc.Initializer][]cc.StringID) { | ||||
|  | @ -376,7 +376,7 @@ func (p *project) initializerUnion(tag string, off uintptr, f *function, s []*cc | |||
| 					} | ||||
| 					continue | ||||
| 				default: | ||||
| 					panic(todo("%v: %v <- %T", pos(part), et, x)) | ||||
| 					panic(todo("%v: %v <- %T", p.pos(part), et, x)) | ||||
| 				} | ||||
| 			case p.isWCharType(et): | ||||
| 				panic(todo("")) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue