Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > 
> > I thought these new functions were going to be merged into
> > /contrib/pgstattuple.
> 
> Well, that's exactly what this patch seems to do ...

Well, looking at the tarball it puts everything in pgstatindex, and the
Makefile is:

        
#-------------------------------------------------------------------------
        #
        # pgstatindex Makefile
        #
        # $PostgreSQL$
        #
        
#-------------------------------------------------------------------------
        
        SRCS            = pgstatindex.c
        
        MODULE_big      = pgstatindex
        OBJS            = $(SRCS:.c=.o)
        DOCS            = 
        DATA_built      = pgstatindex.sql
        
        ifdef USE_PGXS
        PGXS := $(shell pg_config --pgxs)
        include $(PGXS)
        else
        subdir = contrib/pgstatindex
        top_builddir = /home/snaga/pgsql/sources/postgresql-8.1.3
        include $(top_builddir)/src/Makefile.global
        include $(top_srcdir)/contrib/contrib-global.mk
        endif

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to