mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Final cleanup.
This commit is contained in:
src/backend
access
common
gist
hash
heap
index
nbtree
rtree
transam
bootstrap
catalog
commands
_deadcode
async.ccluster.ccommand.ccopy.ccreatinh.cdbcommands.cdefine.cexplain.cindexcmds.cremove.crename.csequence.ctrigger.cuser.cvacuum.cvariable.cview.cexecutor
_deadcode
execAmi.cexecFlatten.cexecMain.cexecProcnode.cexecQual.cexecTuples.cexecUtils.cfunctions.cnodeAgg.cnodeAppend.cnodeHashjoin.cnodeIndexscan.cnodeMaterial.cnodeMergejoin.cnodeNestloop.cnodeSeqscan.cnodeSort.cnodeSubplan.cnodeUnique.clib
libpq
auth.cbe-dumpdata.cbe-fsstubs.cbe-pqexec.ccrypt.chba.cpassword.cportal.cportalbuf.cpqcomm.cpqformat.cpqsignal.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_pmx.cgeqo_pool.cgeqo_px.cgeqo_recombination.cgeqo_selection.cminspantree.c
path
_deadcode
allpaths.cclausesel.ccostsize.chashutils.cindxpath.cjoinpath.cjoinrels.cmergeutils.corindxpath.cpathkeys.cprune.cplan
prep
util
parser
analyze.cgram.yparse_agg.cparse_clause.cparse_coerce.cparse_expr.cparse_func.cparse_node.cparse_oper.cparse_relation.cparse_target.cparser.cscan.l
port
postmaster
rewrite
storage
buffer
ipc
large_object
lmgr
smgr
tcop
tioga
utils
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.13 1999/07/15 22:39:41 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.14 1999/07/16 04:59:37 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -19,6 +19,7 @@
|
||||
|
||||
#include "postgres.h"
|
||||
#ifdef HAVE_DLD_H
|
||||
#include "dld.h"
|
||||
#endif
|
||||
|
||||
#ifdef NOT_USED
|
||||
|
Reference in New Issue
Block a user