pgsql: pg_prewarm, a contrib module for prewarming relationd data.

Started by Robert Haasover 12 years ago3 messageshackers
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

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(+)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Michael Paquier
michael@paquier.xyz
In reply to: Robert Haas (#1)
Re: [COMMITTERS] pgsql: pg_prewarm, a contrib module for prewarming relationd data.

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

Attachments:

20131225_pg_prewarm_unpackaged.patchtext/x-patch; charset=US-ASCII; name=20131225_pg_prewarm_unpackaged.patchDownload+11-1
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#2)
Re: Re: [COMMITTERS] pgsql: pg_prewarm, a contrib module for prewarming relationd data.

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers