Thread: Re: [COMMITTERS] pgsql: pg_prewarm, a contrib module for prewarming relationd data.

Re: [COMMITTERS] pgsql: pg_prewarm, a contrib module for prewarming relationd data.

From
Michael Paquier
Date:
On Fri, Dec 20, 2013 at 10:16 PM, Robert Haas <rhaas@postgresql.org> wrote:
> pg_prewarm, a contrib module for prewarming relationd data.
>
> Patch by me.  Review by Álvaro Herrera, Amit Kapila, Jeff Janes,
> Gurjeet Singh, and others.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/c32afe53c2e87a56e2ff930798a5588db0f7a516
>
> Modified Files
> --------------
> contrib/Makefile                       |    1 +
> contrib/pg_prewarm/Makefile            |   18 +++
> contrib/pg_prewarm/pg_prewarm--1.0.sql |   14 +++
> contrib/pg_prewarm/pg_prewarm.c        |  205 ++++++++++++++++++++++++++++++++
> contrib/pg_prewarm/pg_prewarm.control  |    5 +
> doc/src/sgml/contrib.sgml              |    1 +
> doc/src/sgml/filelist.sgml             |    1 +
> doc/src/sgml/pgprewarm.sgml            |   68 +++++++++++
> src/tools/pgindent/typedefs.list       |    1 +
> 9 files changed, 314 insertions(+)

Hi Robert,

It seems that you have forgotten pg_prewarm--unpackaged--1.0.sql when
committing this extension. Patch attached fixes that.

Thanks,
--
Michael

Attachment
Michael Paquier <michael.paquier@gmail.com> writes:
> It seems that you have forgotten pg_prewarm--unpackaged--1.0.sql when
> committing this extension. Patch attached fixes that.

Um, what's that needed for?  There's no pre-extension version of this
module to worry about upgrading from.  Or did I miss something?
        regards, tom lane