mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pgindent run.
This commit is contained in:
contrib
btree_gist
cube
dbase
dblink
dbmirror
dbsize
earthdistance
findoidjoins
fulltextindex
fuzzystrmatch
intagg
intarray
ltree
oid2name
pg_autovacuum
pg_dumplo
pgbench
pgcrypto
pgstattuple
spi
tablefunc
tsearch
tsearch2
common.ccommon.hdict.cdict.hdict_ex.cdict_ispell.cdict_snowball.cdict_syn.c
ispell
prs_dcfg.cquery.cquery.hrank.csnmap.csnmap.hsnowball
stopword.cts_cfg.cts_cfg.hts_stat.cts_stat.htsvector.ctsvector.htsvector_op.cwordparser
wparser.cwparser.hwparser_def.cxml
src
backend
access
common
gist
hash
heap
index
nbtree
rtree
transam
bootstrap
catalog
aclchk.cdependency.cheap.cindex.cnamespace.cpg_aggregate.cpg_constraint.cpg_conversion.cpg_operator.cpg_proc.cpg_type.c
commands
aggregatecmds.calter.canalyze.casync.ccluster.ccomment.cconversioncmds.ccopy.cdbcommands.cdefine.cexplain.cfunctioncmds.cindexcmds.copclasscmds.coperatorcmds.cportalcmds.cprepare.cproclang.cschemacmds.csequence.ctablecmds.ctrigger.ctypecmds.cuser.cvacuum.cvacuumlazy.cvariable.cview.c
executor
execAmi.cexecGrouping.cexecMain.cexecProcnode.cexecQual.cexecScan.cexecTuples.cexecUtils.cfunctions.cnodeAgg.cnodeAppend.cnodeHash.cnodeHashjoin.cnodeIndexscan.cnodeLimit.cnodeMaterial.cnodeMergejoin.cnodeNestloop.cnodeResult.cnodeSeqscan.cnodeSubplan.cnodeSubqueryscan.cnodeUnique.cspi.ctstoreReceiver.c
lib
libpq
main
nodes
optimizer
geqo
path
plan
prep
util
parser
analyze.cparse_agg.cparse_clause.cparse_coerce.cparse_expr.cparse_func.cparse_node.cparse_oper.cparse_relation.cparse_target.cparse_type.c
port
postmaster
regex
regc_color.cregc_cvec.cregc_lex.cregc_locale.cregc_nfa.cregcomp.crege_dfa.cregerror.cregexec.cregfree.c
rewrite
storage
buffer
file
freespace
ipc
lmgr
page
smgr
tcop
utils
adt
acl.carray_userfuncs.carrayfuncs.cascii.cchar.cdate.cdatetime.cfloat.cformatting.cgeo_ops.cinet_net_ntop.cinet_net_pton.cint.cint8.clike.clike_match.cmac.cnabstime.cname.cnetwork.cnot_in.cnumeric.cnumutils.coid.coracle_compat.cpg_locale.cpgstatfuncs.cpseudotypes.cregexp.cregproc.cri_triggers.cruleutils.cselfuncs.csets.ctimestamp.cvarbit.cvarchar.cvarlena.cxid.c
cache
error
fmgr
init
mb
misc
mmgr
sort
time
bin
pg_controldata
pg_dump
common.cdumputils.cdumputils.hpg_backup_archiver.cpg_backup_archiver.hpg_backup_custom.cpg_backup_tar.cpg_dump.cpg_dump.hpg_dumpall.cpg_restore.c
pg_encoding
pg_resetxlog
psql
command.ccommon.ccopy.cdescribe.chelp.cinput.clarge_obj.cmainloop.cmbprint.cprint.cprint.hprompt.csprompt.cstartup.cstringutils.ctab-complete.cvariables.cvariables.h
scripts
include
access
c.hcatalog
catversion.hdependency.hpg_am.hpg_amproc.hpg_attribute.hpg_cast.hpg_constraint.hpg_opclass.hpg_operator.hpg_proc.hpg_statistic.hpg_type.h
commands
executor
getaddrinfo.hgetopt_long.hlib
libpq
mb
miscadmin.hnodes
bitmapset.hexecnodes.hmakefuncs.hnodes.hparams.hparsenodes.hpg_list.hplannodes.hprimnodes.hrelation.h
optimizer
parser
pg_config_manual.hpgstat.hport.hport
postgres.hregex
storage
tcop
utils
interfaces
ecpg
compatlib
ecpglib
include
datetime.hdecimal.hecpg_informix.hecpgerrno.hecpglib.hecpgtype.hpgtypes_date.hpgtypes_error.hpgtypes_interval.hpgtypes_numeric.hpgtypes_timestamp.hsqlca.hsqlda.hsqltypes.h
pgtypeslib
preproc
libpgtcl
libpq
pl
plperl
plpgsql
plpython
tcl
port
test
tutorial
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.91 2003/07/30 19:48:38 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.92 2003/08/04 00:43:25 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -104,13 +104,13 @@ static double cbrt(double x);
|
||||
|
||||
|
||||
/* Configurable GUC parameter */
|
||||
int extra_float_digits = 0; /* Added to DBL_DIG or FLT_DIG */
|
||||
int extra_float_digits = 0; /* Added to DBL_DIG or FLT_DIG */
|
||||
|
||||
|
||||
static void CheckFloat4Val(double val);
|
||||
static void CheckFloat8Val(double val);
|
||||
static int float4_cmp_internal(float4 a, float4 b);
|
||||
static int float8_cmp_internal(float8 a, float8 b);
|
||||
static int float4_cmp_internal(float4 a, float4 b);
|
||||
static int float8_cmp_internal(float8 a, float8 b);
|
||||
|
||||
|
||||
/*
|
||||
@ -198,7 +198,7 @@ float4in(PG_FUNCTION_ARGS)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||
errmsg("invalid input syntax for float4: \"%s\"",
|
||||
num)));
|
||||
num)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user