From: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> |
---|---|
To: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org |
Cc: | Brian Macy <bmacy(at)macykids(dot)net> |
Subject: | Re: Has anyone seen this SPARC bug? [Fwd: Bug#165060: postgresql: int8 value out of range on sparc] |
Date: | 2002-10-17 03:03:21 |
Message-ID: | 200210162303.21764.lamar.owen@wgcr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wednesday 16 October 2002 05:51 pm, Oliver Elphick wrote:
> This is a Debian bug report from a SPARC user. It doesn't happen for me
> on i386 7.2.3.
> Can anyone reproduce it or suggest a reason for it?
I can't reproduce this on Aurora SPARC Linux with the RPM install.
System is a SPARCification of Red Hat 7.3 -- gcc 2.96, glibc 2.2.5, kernel
2.4.18-1.000sparc, Aurora build 0.42.
----Session-excerpt-------
bash-2.05a$ createdb test
CREATE DATABASE
bash-2.05a$ psql test
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
test=# create table foo (val bigint);
CREATE
test=# insert into foo values (1034784236789);
INSERT 16563 1
test=# select * from foo;
val
---------------
1034784236789
(1 row)
test=#
---------------------------
System this was tested on:
bash-2.05a$ uname -a
Linux dev.ramifordistat.net 2.4.18-1.000sparc #1 Mon Sep 30 21:14:57 EDT 2002
sparc64 unknown
bash-2.05a$
This is an Ultra 5/333 with 128MB RAM.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11
From | Date | Subject | |
---|---|---|---|
Next Message | Brett Elliott | 2002-10-17 03:30:29 | Re: transactions |
Previous Message | Tom Lane | 2002-10-17 03:01:30 | Re: pg_dump: query to get data of sequence "blahblahthis" returned name "blahblahthat" |