1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

pg_prewarm, a contrib module for prewarming relationd data.

Patch by me.  Review by Álvaro Herrera, Amit Kapila, Jeff Janes,
Gurjeet Singh, and others.
This commit is contained in:
Robert Haas
2013-12-20 08:08:01 -05:00
parent 6eda3e9c27
commit c32afe53c2
9 changed files with 314 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
&pgbuffercache;
&pgcrypto;
&pgfreespacemap;
&pgprewarm;
&pgrowlocks;
&pgstatstatements;
&pgstattuple;