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
findoidjoins
intagg
intarray
ltree
_ltree_gist.c_ltree_op.ccrc32.clquery_op.cltree.hltree_gist.cltree_io.cltree_op.cltxtquery_io.cltxtquery_op.c
mSQL-interface
pg_dumplo
pgbench
pgstattuple
rserv
rtree_gist
spi
tablefunc
tsearch
vacuumlo
src
backend
access
common
gist
hash
heap
index
nbtree
rtree
transam
bootstrap
catalog
aclchk.ccatalog.cdependency.cheap.cindex.cindexing.cnamespace.cpg_aggregate.cpg_constraint.cpg_conversion.cpg_depend.cpg_operator.cpg_proc.cpg_type.c
commands
aggregatecmds.canalyze.ccluster.ccomment.cconversioncmds.ccopy.cdbcommands.cdefine.cexplain.cfunctioncmds.cindexcmds.clockcmds.copclasscmds.coperatorcmds.cportalcmds.cprepare.cproclang.cschemacmds.csequence.ctablecmds.ctrigger.ctypecmds.cuser.cvacuum.cvacuumlazy.cvariable.cview.c
executor
execJunk.cexecMain.cexecQual.cexecTuples.cexecUtils.cfunctions.cnodeAgg.cnodeFunctionscan.cnodeHash.cnodeIndexscan.cnodeMergejoin.cnodeSeqscan.cnodeTidscan.cspi.c
lib
libpq
main
nodes
optimizer
geqo
path
plan
prep
util
parser
analyze.cparse_clause.cparse_coerce.cparse_expr.cparse_func.cparse_node.cparse_oper.cparse_relation.cparse_target.cparse_type.cparser.c
port
postmaster
regex
rewrite
storage
buffer
freespace
ipc
lmgr
page
smgr
tcop
utils
adt
acl.carrayfuncs.ccash.cdate.cdatetime.cdatum.cfloat.cformat_type.cformatting.cgeo_ops.cint8.clockfuncs.cmac.cmisc.cnabstime.cname.cnot_in.cnumeric.cnumutils.coracle_compat.cpg_locale.cpg_lzcompress.cpseudotypes.cregexp.cregproc.cri_triggers.cruleutils.cselfuncs.csets.ctid.ctimestamp.cvarbit.cvarchar.cvarlena.c
cache
error
fmgr
init
mb
conv.cencnames.cmbutils.cwchar.c
conversion_procs
ascii_and_mic
cyrillic_and_mic
euc_cn_and_mic
euc_jp_and_sjis
euc_kr_and_mic
euc_tw_and_big5
latin2_and_win1250
latin_and_mic
utf8_and_ascii
utf8_and_big5
utf8_and_cyrillic
utf8_and_euc_cn
utf8_and_euc_jp
utf8_and_euc_kr
utf8_and_euc_tw
utf8_and_gb18030
utf8_and_gbk
utf8_and_iso8859
utf8_and_iso8859_1
utf8_and_johab
utf8_and_sjis
utf8_and_tcvn
utf8_and_uhc
utf8_and_win1250
utf8_and_win1256
utf8_and_win874
misc
mmgr
sort
time
bin
pg_controldata
pg_dump
common.cdumputils.cdumputils.hpg_backup.hpg_backup_archiver.cpg_backup_archiver.hpg_backup_custom.cpg_backup_db.cpg_backup_files.cpg_backup_null.cpg_backup_tar.cpg_dump.cpg_dump.hpg_dumpall.cpg_restore.csprompt.c
pg_resetxlog
psql
include
access
c.hcatalog
dependency.hheap.hindexing.hnamespace.hpg_aggregate.hpg_attribute.hpg_cast.hpg_class.hpg_constraint.hpg_control.hpg_conversion.hpg_language.hpg_namespace.hpg_opclass.hpg_operator.hpg_proc.hpg_shadow.hpg_statistic.hpg_type.h
commands
conversioncmds.hcopy.hdefrem.hlockcmds.hportalcmds.hprepare.hschemacmds.htablecmds.htrigger.huser.hvariable.h
executor
fmgr.hfuncapi.hlibpq
mb
miscadmin.hnodes
optimizer
parser
port
postgres.hregex
rewrite
storage
tcop
utils
interfaces
cli
ecpg
include
lib
preproc
libpgtcl
libpq
python
pl
plperl
plpgsql
plpython
tcl
port
@ -10,7 +10,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1995, Regents of the University of California
|
||||
*
|
||||
* $Id: postgres.h,v 1.60 2002/08/25 17:20:01 tgl Exp $
|
||||
* $Id: postgres.h,v 1.61 2002/09/04 20:31:36 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -34,7 +34,7 @@
|
||||
* in the backend environment, but are of no interest outside the backend.
|
||||
*
|
||||
* Simple type definitions live in c.h, where they are shared with
|
||||
* postgres_fe.h. We do that since those type definitions are needed by
|
||||
* postgres_fe.h. We do that since those type definitions are needed by
|
||||
* frontend modules that want to deal with binary data transmission to or
|
||||
* from the backend. Type definitions in this file should be for
|
||||
* representations that never escape the backend, such as Datum or
|
||||
|
Reference in New Issue
Block a user