float8 functions

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: float8 functions
Date: 2002-10-04 16:10:46
Message-ID: 871y76b2wp.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch adds some missing functions for float8 math operations,
specifically ceil(), floor(), and sign(). There may be other functions
that need to be added, but this is a start. I've included some simple
regression tests.

Unless anyone sees a problem, please add this to the 7.4 queue.

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

Attachment Content-Type Size
float8-funcs.patch text/x-patch 8.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Dennis Björklund 2002-10-04 16:32:52 translation (sv) - new file: pg_resetxlog
Previous Message Bruce Momjian 2002-10-04 15:11:56 Re: another attempt at fixing contrib/rserv...