BUG #8106: Redundant function definition in contrib/cube/cube.c

From: ams214(at)cam(dot)ac(dot)uk
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8106: Redundant function definition in contrib/cube/cube.c
Date: 2013-04-23 07:54:45
Message-ID: E1UUY3p-0007EX-0R@wrigleys.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: 8106
Logged by: Adrian Schreyer
Email address: ams214(at)cam(dot)ac(dot)uk
PostgreSQL version: 9.2.4
Operating system: Ubuntu 12.04 LTS
Description:

The cube.c file in the cube contrib module contains a prototype for the
function Datum cube(PG_FUNCTION_ARGS). The prototype seems to be an artifact
from an older version because the function is never defined and also never
used in the code.

http://doxygen.postgresql.org/cube_8c_source.html#l00052

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2013-04-23 10:49:35 Re: BUG #8106: Redundant function definition in contrib/cube/cube.c
Previous Message pg 2013-04-22 14:12:41 BUG #8105: names are transformed to lowercase incorrectly