Re: Has anyone seen this SPARC bug? [Fwd: Bug#165060: postgresql: int8 value out of range on sparc] - Mailing list pgsql-general

From Lamar Owen
Subject Re: Has anyone seen this SPARC bug? [Fwd: Bug#165060: postgresql: int8 value out of range on sparc]
Date
Msg-id 200210162303.21764.lamar.owen@wgcr.org
Whole thread Raw
In response to Has anyone seen this SPARC bug? [Fwd: Bug#165060: postgresql: int8 value out of range on sparc]  (Oliver Elphick <olly@lfix.co.uk>)
List 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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump: query to get data of sequence "blahblahthis" returned name "blahblahthat"
Next
From: Tom Lane
Date:
Subject: Re: tuplestore: write failed