head	1.2;
access;
symbols
	REL7_2_8:1.1
	REL7_2_7:1.1
	REL7_2_6:1.1
	REL7_2_5:1.1
	REL7_2_4:1.1
	REL7_2_3:1.1
	REL7_2_STABLE:1.1.0.12
	REL7_2:1.1
	REL7_2_RC2:1.1
	REL7_2_RC1:1.1
	REL7_2_BETA5:1.1
	REL7_2_BETA4:1.1
	REL7_2_BETA3:1.1
	REL7_2_BETA2:1.1
	REL7_2_BETA1:1.1
	REL7_1_2:1.1
	REL7_1_STABLE:1.1.0.10
	REL7_1_BETA:1.1
	REL7_1_BETA3:1.1
	REL7_1_BETA2:1.1
	REL7_1:1.1
	REL7_0_PATCHES:1.1.0.8
	REL7_0:1.1
	REL6_5_PATCHES:1.1.0.6
	REL6_5:1.1
	REL6_4:1.1.0.4
	release-6-3:1.1
	REL2_0B:1.1.0.2
	REL2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.07.16.05.46.36;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	96.11.11.13.51.56;	author bryanh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Move few remaining src/utils files to backend/port so everything is in
one place.  Everything may be moved to src/utils eventually.

Add DLLINIT variable to simplify makfiles.
@
text
@The utils directory contains components that are used by multiple subsystems
in the Postgres source tree.  We don't want subsystems reaching into other
subsystems' directories and messing with the modularity of the system, so
we gather any cross-subsystem utilities here.

In particular, programs that form an interface between subsystems go here.
@


1.1
log
@Add utils directory for cross-subsystem tools to keep make files from having
to be sleazy and reach into other subsystems' directories.  First entry in
this directory is the PG_VERSION file interface, which must be used by the
backend and also the pg_version program (which is used by initdb).
@
text
@@
