(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.
connectionAn PgSql\Connection instance.
When connection is null, the default connection is used.
The default connection is the last connection made by pg_connect()
or pg_pconnect().
As of PHP 8.1.0, using the default connection is deprecated.
Returns an array containing the JIT information of the server.