Re: Catalog version access

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Catalog version access
Date: 2021-02-22 07:00:47
Message-ID: 530a8fe4-c4f4-8087-50cc-a588e68cfb2e@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/22/21 3:24 AM, Andres Freund wrote:
> Imagine trying to run regular tests of HEAD, where the tests require a
> large database to be loaded. Re-loading the data for every [few] commits
> is prohibitively time consuming, and even just running pg_upgrade is
> painful. So you'd like to re-use a "template" data directory with the
> data loaded if possible (i.e. no catversion / WAL / ... version bumps),
> and a pg_upgrade otherwise.

This is exactly what I am doing.
--
Vik Fearing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message miyake_kouta 2021-02-22 07:04:10 [PATCH] Feature improvement for TRUNCATE tab completion.
Previous Message Masahiko Sawada 2021-02-22 06:27:48 Re: New IndexAM API controlling index vacuum strategies