BUG #16901: log(1, anyvalue) gives division by zero error

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: samuelwoodward(at)gmail(dot)com
Subject: BUG #16901: log(1, anyvalue) gives division by zero error
Date: 2021-02-26 14:06:01
Message-ID: 16901-eba09f68de57ace7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16901
Logged by: Sam Woodward
Email address: samuelwoodward(at)gmail(dot)com
PostgreSQL version: 13.2
Operating system: Windows 10
Description:

for example log(1, 10) gives division by zero error whereas log10(1) gives 0

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kumari, Jyoti 2021-02-26 14:26:16 Upgrade issue during Postgres 9.6 to 12.3 on the two and more server
Previous Message PG Bug reporting form 2021-02-26 11:30:57 BUG #16900: SELECT MAX subquery not allowed in WHERE clause when using WITH RECURSIVE