Port Bug Report: Wrong binding of arithmetic operator ^.

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: Wrong binding of arithmetic operator ^.
Date: 1999-06-02 13:14:14
Message-ID: 199906021314.JAA60919@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Hans Peter Wrmli
Your email address : wurmli(at)datacomm(dot)ch

Category : runtime: back-end: SQL
Severity : non-critical

Summary: Wrong binding of arithmetic operator ^.

System Configuration
--------------------
Operating System : Linux 2.2.5, SuSE 6.1

PostgreSQL version : 6.4.2 - 6.5

Compiler used :

Hardware:
---------
Pentium, 64M

Versions of other tools:
------------------------

--------------------------------------------------------------------------

Problem Description:
--------------------
select 2 + 3^2; results in 25 instead of 11;
select 2 + (3^2); results correctly in 11.

--------------------------------------------------------------------------

Test Case:
----------

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Thomas Lockhart 1999-06-02 13:47:34 [Fwd: PostgreSQL Install]
Previous Message jay 1999-06-02 13:12:50 AIX 4.2 43p compile problem...