(PHP 8 >= 8.4.0)
pg_jit — Returns the JIT information of the server
pg_jit() returns an array with the JIT (Just-In-Time compilation) information of the PostgreSQL server.
connectionUma instância de PgSql\Connection.
Quando o parâmetro connection for null, a conexão padrão será usada.
A conexão padrão é a última conexão feita por pg_connect()
ou pg_pconnect().
A partir do PHP 8.1.0, usar a conexão padrão foi descontinuado.
Returns an array containing the JIT information of the server.