public inbox for [email protected]  
help / color / mirror / Atom feed
pre-release packages
7+ messages / 2 participants
[nested] [flat]

* pre-release packages
@ 2020-09-14 12:56 Justin Pryzby <[email protected]>
  2020-09-17 16:01 ` Re: pre-release packages Devrim Gündüz <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Justin Pryzby @ 2020-09-14 12:56 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum

https://yum.postgresql.org/packages/#pg13
v13 PACKAGES ARE FOR BETA TESTING ONLY! USE v12 PACKAGES FOR PRODUCTION.

I think this could elaborate some, and say:
 - the beta packages are built with assertions enabled;
 - the compile options include MEMORY_CONTEXT_CHECKING, which has significant
   negative effect on performance, so packages are not useful for performance
   testing.

-- 
Justin





^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: pre-release packages
  2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
@ 2020-09-17 16:01 ` Devrim Gündüz <[email protected]>
  2020-09-17 16:04   ` Re: pre-release packages Justin Pryzby <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Devrim Gündüz @ 2020-09-17 16:01 UTC (permalink / raw)
  To: Justin Pryzby <[email protected]>; +Cc: pgsql-pkg-yum


Hi Justin,

On Mon, 2020-09-14 at 07:56 -0500, Justin Pryzby wrote:
> https://yum.postgresql.org/packages/#pg13
> v13 PACKAGES ARE FOR BETA TESTING ONLY! USE v12 PACKAGES FOR
> PRODUCTION.
> 
> I think this could elaborate some, and say:
>  - the beta packages are built with assertions enabled;
>  - the compile options include MEMORY_CONTEXT_CHECKING, which has
> significant
>    negative effect on performance, so packages are not useful for
> performance
>    testing.


Can you please merge these into a single sentence -- or, can you please
send a patch? The code is here:

https://git.postgresql.org/gitweb/?p=pgyum-website.git

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] 7+ messages in thread

* Re: pre-release packages
  2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
  2020-09-17 16:01 ` Re: pre-release packages Devrim Gündüz <[email protected]>
@ 2020-09-17 16:04   ` Justin Pryzby <[email protected]>
  2020-09-25 15:07     ` Re: pre-release packages Devrim Gündüz <[email protected]>
  2020-10-01 00:02     ` Re: pre-release packages Devrim Gündüz <[email protected]>
  0 siblings, 2 replies; 7+ messages in thread

From: Justin Pryzby @ 2020-09-17 16:04 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum

On Thu, Sep 17, 2020 at 05:01:24PM +0100, Devrim Gündüz wrote:
> On Mon, 2020-09-14 at 07:56 -0500, Justin Pryzby wrote:
> > https://yum.postgresql.org/packages/#pg13
> > v13 PACKAGES ARE FOR BETA TESTING ONLY! USE v12 PACKAGES FOR
> > PRODUCTION.
> 
> Can you please merge these into a single sentence -- or, can you please
> send a patch? The code is here:

The beta packages are built with compile options which have significant
negative effect on performance, so packages are not useful for performance
testing.

-- 
Justin





^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: pre-release packages
  2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
  2020-09-17 16:01 ` Re: pre-release packages Devrim Gündüz <[email protected]>
  2020-09-17 16:04   ` Re: pre-release packages Justin Pryzby <[email protected]>
@ 2020-09-25 15:07     ` Devrim Gündüz <[email protected]>
  2020-09-25 16:26       ` Re: pre-release packages Justin Pryzby <[email protected]>
  1 sibling, 1 reply; 7+ messages in thread

From: Devrim Gündüz @ 2020-09-25 15:07 UTC (permalink / raw)
  To: Justin Pryzby <[email protected]>; +Cc: pgsql-pkg-yum


Hi

On Thu, 2020-09-17 at 11:04 -0500, Justin Pryzby wrote:
> The beta packages are built with compile options which have
> significant negative effect on performance, so packages are not
> useful for performance testing.

This is still too long for that part, but let me see what I can do.
Pushed v14 alpha packages the other day. I'll update website on Monday,
with an information along with this info.

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] 7+ messages in thread

* Re: pre-release packages
  2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
  2020-09-17 16:01 ` Re: pre-release packages Devrim Gündüz <[email protected]>
  2020-09-17 16:04   ` Re: pre-release packages Justin Pryzby <[email protected]>
  2020-09-25 15:07     ` Re: pre-release packages Devrim Gündüz <[email protected]>
@ 2020-09-25 16:26       ` Justin Pryzby <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Justin Pryzby @ 2020-09-25 16:26 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum

On Fri, Sep 25, 2020 at 04:07:41PM +0100, Devrim Gündüz wrote:
> On Thu, 2020-09-17 at 11:04 -0500, Justin Pryzby wrote:
> > The beta packages are built with compile options which have
> > significant negative effect on performance, so packages are not
> > useful for performance testing.
> 
> This is still too long for that part, but let me see what I can do.
> Pushed v14 alpha packages the other day. I'll update website on Monday,
> with an information along with this info.

I was thinking it would go on the linked [0] page, and the text on the
*linking* page would stay the same.

[0] https://yum.postgresql.org/packages/

-- 
Justin





^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: pre-release packages
  2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
  2020-09-17 16:01 ` Re: pre-release packages Devrim Gündüz <[email protected]>
  2020-09-17 16:04   ` Re: pre-release packages Justin Pryzby <[email protected]>
@ 2020-10-01 00:02     ` Devrim Gündüz <[email protected]>
  2020-10-01 00:05       ` Re: pre-release packages Justin Pryzby <[email protected]>
  1 sibling, 1 reply; 7+ messages in thread

From: Devrim Gündüz @ 2020-10-01 00:02 UTC (permalink / raw)
  To: Justin Pryzby <[email protected]>; +Cc: pgsql-pkg-yum


Hi Justin,

On Thu, 2020-09-17 at 11:04 -0500, Justin Pryzby wrote:
> The beta packages are built with compile options which have
> significant negative effect on performance, so packages are not
> useful for performance testing.

Pushed. Does it look good now?

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] 7+ messages in thread

* Re: pre-release packages
  2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
  2020-09-17 16:01 ` Re: pre-release packages Devrim Gündüz <[email protected]>
  2020-09-17 16:04   ` Re: pre-release packages Justin Pryzby <[email protected]>
  2020-10-01 00:02     ` Re: pre-release packages Devrim Gündüz <[email protected]>
@ 2020-10-01 00:05       ` Justin Pryzby <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Justin Pryzby @ 2020-10-01 00:05 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum

On Thu, Oct 01, 2020 at 01:02:47AM +0100, Devrim Gündüz wrote:
> On Thu, 2020-09-17 at 11:04 -0500, Justin Pryzby wrote:
> > The beta packages are built with compile options which have
> > significant negative effect on performance, so packages are not
> > useful for performance testing.
> 
> Pushed. Does it look good now?

Thanks.  I coldn't have written it better myself ;)

-- 
Justin






^ permalink  raw  reply  [nested|flat] 7+ messages in thread


end of thread, other threads:[~2020-10-01 00:05 UTC | newest]

Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 12:56 pre-release packages Justin Pryzby <[email protected]>
2020-09-17 16:01 ` Devrim Gündüz <[email protected]>
2020-09-17 16:04   ` Justin Pryzby <[email protected]>
2020-09-25 15:07     ` Devrim Gündüz <[email protected]>
2020-09-25 16:26       ` Justin Pryzby <[email protected]>
2020-10-01 00:02     ` Devrim Gündüz <[email protected]>
2020-10-01 00:05       ` Justin Pryzby <[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