PostgreSQL versions greater than v11 have a JIT feature which uses LLVM
to perform JIT compilation of query parts into native functions that
have better performance. According to the Cloud SQL features page, the
postgres offering does not support LLV...