| From: | Arthur Chan <arthur(dot)hk(dot)chan(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Postgresql 9.4.4: ERROR: bigint out of range |
| Date: | 2015-08-10 13:23:54 |
| Message-ID: | CAFDNJ6gCO-pE2dsUrNQQ=e4w7X8Vw-Of8nAw21iRCPtvUWYL4g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
I have installed 9.4.4 and repmgr 3.0.1 (installed by using "yum install
repmgr"). From the system log, I found many errors with same type:
ERROR: bigint out of range
STATEMENT: INSERT INTO "repmgr_pg_cluster".repl_monitor
(primary_node, standby_node, last_monitor_time,
last_apply_time, last_wal_primary_location,
last_wal_standby_location, replication_lag, apply_lag )
VALUES(1, 2, '2015-07-31 13:18:24.91771+08'::TIMESTAMP WITH
TIME ZONE, '2015-07-31 13:18:22.73631+08'::TIMESTAMP WITH TIME ZONE,
'5F/74000000', '5F/737C0000', 8650752,
18446744073700900864)
ERROR: bigint out of range ......
Any idea how to resolve it?
Regards
Arthur
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2015-08-10 13:36:43 | Re: Postgresql 9.4.4: ERROR: bigint out of range |
| Previous Message | Martín Marqués | 2015-08-10 11:42:51 | Re: postgres connection |