mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@@ -308,7 +308,7 @@ llvm_build_inline_plan(llvm::Module *mod)
|
||||
* Check whether function and all its dependencies are too
|
||||
* big. Dependencies already counted for other functions that
|
||||
* will get inlined are not counted again. While this make
|
||||
* things somewhat order dependant, I can't quite see a point
|
||||
* things somewhat order dependent, I can't quite see a point
|
||||
* in a different behaviour.
|
||||
*/
|
||||
if (running_instcount > inlineState.costLimit)
|
||||
|
Reference in New Issue
Block a user