head	1.1;
access;
symbols
	REL9_0_0:1.1
	REL9_1_ALPHA1:1.1
	REL9_0_RC1:1.1
	REL9_0_BETA4:1.1
	REL9_0_STABLE:1.1.0.14
	REL9_0_BETA3:1.1
	REL9_0_BETA2:1.1
	REL8_4_4:1.1
	REL9_0_BETA1:1.1
	REL9_0_ALPHA5_BRANCH:1.1.0.12
	REL9_0_ALPHA5:1.1
	REL8_4_3:1.1
	REL9_0_ALPHA4:1.1
	REL9_0_ALPHA4_BRANCH:1.1.0.10
	REL8_5_ALPHA3:1.1
	REL8_5_ALPHA3_BRANCH:1.1.0.8
	REL8_4_2:1.1
	REL8_5_ALPHA2:1.1
	REL8_5_ALPHA2_BRANCH:1.1.0.6
	REL8_4_1:1.1
	REL8_5_ALPHA1:1.1
	REL8_5_ALPHA1_BRANCH:1.1.0.4
	REL8_4_STABLE:1.1.0.2
	REL8_4_0:1.1
	REL8_4_RC2:1.1
	REL8_4_RC1:1.1
	REL8_4_BETA2:1.1
	REL8_4_BETA1:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.11.19.02.59.28;	author tgl;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add auto-explain contrib module for automatic logging of the plans of
slow-running queries.

Takahiro Itagaki
@
text
@# $PostgreSQL$

MODULE_big = auto_explain
OBJS = auto_explain.o

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/auto_explain
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
@
