mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Allow each C include file to compile on its own by including any needed
header files.
This commit is contained in:
@ -7,13 +7,15 @@
|
||||
*
|
||||
* Copyright (c) 1998-2006, PostgreSQL Global Development Group
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.21 2006/03/05 15:59:07 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.22 2006/07/11 13:54:24 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef _PG_NUMERIC_H_
|
||||
#define _PG_NUMERIC_H_
|
||||
|
||||
#include "fmgr.h"
|
||||
|
||||
/*
|
||||
* Hardcoded precision limit - arbitrary, but must be small enough that
|
||||
* dscale values will fit in 14 bits.
|
||||
|
Reference in New Issue
Block a user