Re: [PORTS] Port Bug Report: Wrong binding of arithmetic operator ^.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Hans Peter Wrmli <wurmli(at)datacomm(dot)ch>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: Wrong binding of arithmetic operator ^.
Date: 1999-07-07 23:50:39
Message-ID: 199907072350.TAA16133@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

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

OK, fixed. This fix willl appear in 6.5.1, due out next week:

test=> select 2 + 3^2;
?column?
--------
11
(1 row)

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 10.7 KB

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-07-08 00:08:34 Re: [PORTS] IRIX 6.5 meets Postgresql 6.5 (June 4 Snapshot)
Previous Message Bruce Momjian 1999-07-07 23:28:25 Re: [PORTS] Port Bug Report: Insertion of line return character inconsistent.