This patch adds some missing functions for float8 math operations,

Bruce Momjian <bruce@momjian.us>

Commit: bab3d29fbab48e803e9dec09733a388aa1bbba22
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-10-19T02:08:19Z
Releases: 7.3.1
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.

Neil Conway

Files