public inbox for [email protected]
help / color / mirror / Atom feedCentOS Stream support
5+ messages / 4 participants
[nested] [flat]
* CentOS Stream support
@ 2021-04-15 09:19 Devrim Gündüz <[email protected]>
2021-04-15 09:42 ` Re: CentOS Stream support Christoph Berg <[email protected]>
2021-04-16 03:19 ` Re: CentOS Stream support Daniel Farina <[email protected]>
0 siblings, 2 replies; 5+ messages in thread
From: Devrim Gündüz @ 2021-04-15 09:19 UTC (permalink / raw)
To: pgsql-pkg-yum
Hi,
Preface first: I'm working on CentOS Stream support (not sure how much
effort it will require in the next few months, but we'll see)
So... The question is: What will be the $dist suffix for CentOS Stream?
Upstream is using .el8 as usual. I wanted to do something else, just to
make sure that when someone has problems, we can make sure that they
are using our Stream repo, not the non-stream repo (I know we can get
that info from rpm -qi -> BuildHost, but...)
What do you think of adding pgstream8 (or just stream8?) as a suffix?
This won't require much work from packaging and maintenance side. I
want to make sure that gdal32-3.2.2-5 of RHEL 8 != gdal32-3.2.2-5 of
Stream 8.
Comments?
Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: CentOS Stream support
2021-04-15 09:19 CentOS Stream support Devrim Gündüz <[email protected]>
@ 2021-04-15 09:42 ` Christoph Berg <[email protected]>
2021-04-15 09:53 ` Re: CentOS Stream support Laurenz Albe <[email protected]>
1 sibling, 1 reply; 5+ messages in thread
From: Christoph Berg @ 2021-04-15 09:42 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum
Re: Devrim Gündüz
> What do you think of adding pgstream8 (or just stream8?) as a suffix?
> This won't require much work from packaging and maintenance side. I
> want to make sure that gdal32-3.2.2-5 of RHEL 8 != gdal32-3.2.2-5 of
> Stream 8.
Maybe pgdg8 ?
Christoph
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: CentOS Stream support
2021-04-15 09:19 CentOS Stream support Devrim Gündüz <[email protected]>
2021-04-15 09:42 ` Re: CentOS Stream support Christoph Berg <[email protected]>
@ 2021-04-15 09:53 ` Laurenz Albe <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Laurenz Albe @ 2021-04-15 09:53 UTC (permalink / raw)
To: Christoph Berg <[email protected]>; Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum
On Thu, 2021-04-15 at 11:42 +0200, Christoph Berg wrote:
> Re: Devrim Gündüz
> > What do you think of adding pgstream8 (or just stream8?) as a suffix?
> > This won't require much work from packaging and maintenance side. I
> > want to make sure that gdal32-3.2.2-5 of RHEL 8 != gdal32-3.2.2-5 of
> > Stream 8.
>
> Maybe pgdg8 ?
Hmm. That wouldn't allow to distinguish between distributions.
But short is good, so I'd prefer "stream8" or even "strm8".
Yours,
Laurenz Albe
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: CentOS Stream support
2021-04-15 09:19 CentOS Stream support Devrim Gündüz <[email protected]>
@ 2021-04-16 03:19 ` Daniel Farina <[email protected]>
2021-04-20 19:01 ` Re: CentOS Stream support Devrim Gündüz <[email protected]>
1 sibling, 1 reply; 5+ messages in thread
From: Daniel Farina @ 2021-04-16 03:19 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum
On Thu, Apr 15, 2021 at 2:20 AM Devrim Gündüz <[email protected]> wrote:
>
>
> Hi,
>
> Preface first: I'm working on CentOS Stream support (not sure how much
> effort it will require in the next few months, but we'll see)
I have a question about this: I'm somewhat charitably disposed to
stream, but wonder how to deal with changes to, say, libc collations.
Will people upgrade one day to find their indexes inconsistent?
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: CentOS Stream support
2021-04-15 09:19 CentOS Stream support Devrim Gündüz <[email protected]>
2021-04-16 03:19 ` Re: CentOS Stream support Daniel Farina <[email protected]>
@ 2021-04-20 19:01 ` Devrim Gündüz <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Devrim Gündüz @ 2021-04-20 19:01 UTC (permalink / raw)
To: Daniel Farina <[email protected]>; +Cc: pgsql-pkg-yum
Hi,
On Thu, 2021-04-15 at 20:19 -0700, Daniel Farina wrote:
> I have a question about this: I'm somewhat charitably disposed to
> stream, but wonder how to deal with changes to, say, libc collations.
> Will people upgrade one day to find their indexes inconsistent?
Use ICU? I mean, Stream is already a risk, but looks like there will be
some people using it there -- so I'll provide packages and leave the
rest to the users.
Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2021-04-20 19:01 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 09:19 CentOS Stream support Devrim Gündüz <[email protected]>
2021-04-15 09:42 ` Christoph Berg <[email protected]>
2021-04-15 09:53 ` Laurenz Albe <[email protected]>
2021-04-16 03:19 ` Daniel Farina <[email protected]>
2021-04-20 19:01 ` Devrim Gündüz <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox