1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00

values.h patch from Alex Howansky

This commit is contained in:
Bruce Momjian
1999-09-21 20:58:25 +00:00
parent 24a5300650
commit ad604ac372
6 changed files with 28 additions and 6 deletions

View File

@@ -9,13 +9,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/xfunc.c,v 1.9 1999/07/17 20:17:12 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/xfunc.c,v 1.10 1999/09/21 20:58:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <math.h>
#ifdef HAVE_VALUES_H
#include <values.h>
#endif
#include "postgres.h"