Re: [PATCHES] pgstattuple extension for indexes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] pgstattuple extension for indexes
Date
Msg-id 200607281622.k6SGMs905735@momjian.us
Whole thread Raw
In response to Re: [PATCHES] pgstattuple extension for indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
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   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GUC with units, details
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: [CORE] Attack against postgresql.org ...