非互換
Fujitsu Enterprise Postgres 16 SP1では、pg_size_pretty(bigint)関数にbigintの符号付最小値を指定した場合の結果を変更します。
postgres=# SELECT pg_size_pretty('-9223372036854775808'::bigint);
pg_size_pretty
----------------------------
-9223372036854775808 bytespostgres=# SELECT pg_size_pretty('-9223372036854775808'::bigint);
pg_size_pretty
----------------
-8192 PB対処方法
ありません。