Port Bug Report: Wrong binding of arithmetic operator ^. - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: Wrong binding of arithmetic operator ^.
Date
Msg-id 199906021314.JAA60919@hub.org
Whole thread Raw
Responses Re: [PORTS] Port Bug Report: Wrong binding of arithmetic operator ^.  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Hans Peter W�rmli
Your email address      : wurmli@datacomm.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:
---------


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


pgsql-ports by date:

Previous
From: jay@projects.cac.psu.edu
Date:
Subject: AIX 4.2 43p compile problem...
Next
From: Thomas Lockhart
Date:
Subject: [Fwd: PostgreSQL Install]