Jack Tseng <jacktsen(at)gmail(dot)com> writes:
> postgresql 12.2
> install in MAC OS Catalina 10.15.3
> when table data big than 1G
> select * from big_table
> OS message
> =============================
> Termination Reason: Namespace CODESIGNING, Code 0x2
Yeah, Apple moved the goalposts recently and EDB's build hasn't caught
up; see
https://www.postgresql.org/message-id/CA+OCxoz0bWi+R2WpocfkD20Lgrg69z1jQ_SZd-zmdzHW0zt+bg@mail.gmail.com
Until there's a fix, I'd suggest "set jit = off".
regards, tom lane