mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Used modified version of indent that understands over 100 typedefs.
This commit is contained in:
contrib
src
backend
access
common
gist
hash
heap
index
nbtree
rtree
transam
bootstrap
catalog
commands
executor
execAmi.cexecFlatten.cexecJunk.cexecMain.cexecProcnode.cexecQual.cexecScan.cexecTuples.cexecUtils.cfunctions.cnodeAgg.cnodeAppend.cnodeGroup.cnodeHash.cnodeHashjoin.cnodeIndexscan.cnodeMaterial.cnodeMergejoin.cnodeNestloop.cnodeResult.cnodeSeqscan.cnodeSort.cnodeTee.cnodeUnique.cspi.c
lib
libpq
auth.cbe-dumpdata.cbe-fsstubs.cbe-pqexec.chba.cpassword.cportal.cportalbuf.cpqcomm.cpqcomprim.cpqpacket.c
nodes
optimizer
geqo
geqo_copy.cgeqo_cx.cgeqo_erx.cgeqo_eval.cgeqo_main.cgeqo_misc.cgeqo_mutation.cgeqo_ox1.cgeqo_ox2.cgeqo_params.cgeqo_paths.cgeqo_pmx.cgeqo_pool.cgeqo_px.cgeqo_recombination.cgeqo_selection.cminspantree.c
path
allpaths.cclausesel.ccostsize.chashutils.cindxpath.cjoinpath.cjoinrels.cjoinutils.cmergeutils.corindxpath.cpredmig.cprune.cxfunc.c
plan
prep
util
parser
postmaster
regex
rewrite
storage
buffer
file
ipc
large_object
lmgr
smgr
tcop
tioga
utils
bin
include
access
funcindex.hgenam.hgist.hgistscan.hgiststrat.hhash.hheapam.hhtup.hibit.hiqual.histrat.hitup.hnbtree.hrelscan.hrtree.hrtstrat.hskey.hstrat.htransam.htupdesc.hvalid.hxact.h
bootstrap
c.hcatalog
commands
executor
execFlatten.hexecdesc.hexecutor.hfunctions.hhashjoin.hnodeAgg.hnodeAppend.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIndexscan.hnodeMaterial.hnodeMergejoin.hnodeNestloop.hnodeResult.hnodeSeqscan.hnodeSort.hnodeTee.hnodeUnique.hspi.htuptable.h
lib
libpq
miscadmin.hnodes
execnodes.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpg_list.hplannodes.hprimnodes.hprint.hrelation.h
optimizer
clauseinfo.hclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_paths.hgeqo_pool.hgeqo_recombination.hgeqo_selection.hjoininfo.hkeys.hordering.hpathnode.hpaths.hplancat.hplanmain.hplanner.hprep.htlist.hvar.hxfunc.h
parser
port
postgres.hregex
rewrite
storage
buf_internals.hbufmgr.hbufpage.hipc.hitemid.hitemptr.hlarge_object.hlmgr.hlock.hproc.hshmem.hsinvaladt.h
tcop
utils
interfaces
libpgtcl
libpq
test
tools
entab
tutorial
C-code
@ -12,7 +12,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.5 1997/09/08 02:40:17 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.6 1997/09/08 21:55:24 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -29,7 +29,7 @@
|
||||
* Create the Id for a new connection and hash it
|
||||
*/
|
||||
void
|
||||
PgSetConnectionId(Pg_clientData * cd, char *id, PGconn * conn)
|
||||
PgSetConnectionId(Pg_clientData * cd, char *id, PGconn *conn)
|
||||
{
|
||||
Tcl_HashEntry *hent;
|
||||
Pg_ConnectionId *connid;
|
||||
@ -111,7 +111,7 @@ PgDelConnectionId(Pg_clientData * cd, char *id)
|
||||
* Create a new result Id and hash it
|
||||
*/
|
||||
void
|
||||
PgSetResultId(Pg_clientData * cd, char *id, char *connid_c, PGresult * res)
|
||||
PgSetResultId(Pg_clientData * cd, char *id, char *connid_c, PGresult *res)
|
||||
{
|
||||
Tcl_HashEntry *hent;
|
||||
Pg_ConnectionId *connid;
|
||||
|
Reference in New Issue
Block a user