Found the answer to this issue in case anyone else runs across it, it’s JIT in Postgres 12.
Just edit postgresql.conf, find the commented out line that says jit = on, uncomment, change it to say jit = off, and postgres 12 works fine.
Source:
Found the answer to this issue in case anyone else runs across it, it’s JIT in Postgres 12.
Just edit postgresql.conf, find the commented out line that says jit = on, uncomment, change it to say jit = off, and postgres 12 works fine.
Source: