Re: PG minor version in data directory?

From: Justin Clift <justin(at)postgresql(dot)org>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PG minor version in data directory?
Date: 2023-08-19 04:22:25
Message-ID: f166fe43501f1c9e08298ee6ba78e4a7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2023-08-19 14:10, David G. Johnston wrote:
> On Fri, Aug 18, 2023 at 6:36 PM Justin Clift <justin(at)postgresql(dot)org>
> wrote:
>
>> If the minor version is already tracked somewhere as well, that
>> would be extremely useful for my use case.
>>
>>
> The data directory doesn't have a concept of "minor version". Only the
> installed libraries and binaries do.

Thanks, that's what I figured. I'll have to keep state in a
PG_VERSION_MINOR
there or something. :)

Regards and best wishes,

Justin Clift

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rihad 2023-08-19 05:35:25 Re: Why doesn't autovacuum/analyze run in due time after calling pg_stat_reset?
Previous Message David G. Johnston 2023-08-19 04:10:23 Re: PG minor version in data directory?