pgsql: pg_prewarm: Add missing LWLockRegisterTranche call.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_prewarm: Add missing LWLockRegisterTranche call.
Date: 2018-01-31 20:18:10
Message-ID: E1egype-0003uQ-Is@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_prewarm: Add missing LWLockRegisterTranche call.

Commit 79ccd7cbd5ca44bee0191d12e9e65abf702899e7, which added automatic
prewarming, neglected this.

Kyotaro Horiguchi, reviewed by me.

Discussion: http://postgr.es/m/20171215.173219.38055760.horiguchi.kyotaro@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ff5bd7b47377a6b5939d6fbbb67c8d42f9170dc

Modified Files
--------------
contrib/pg_prewarm/autoprewarm.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-01-31 21:08:52 pgsql: Fix list partition constraints for partition keys of array type.
Previous Message Peter Eisentraut 2018-01-31 03:57:01 pgsql: Refactor client-side SSL certificate checking code