Re: [PATCHES] pgstattuple extension for indexes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCHES] pgstattuple extension for indexes
Дата
Msg-id 200607281622.k6SGMs905735@momjian.us
обсуждение исходный текст
Ответ на Re: [PATCHES] pgstattuple extension for indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GUC with units, details
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: [CORE] Attack against postgresql.org ...