public inbox for [email protected]  
help / color / mirror / Atom feed
amcheck packages in pgdg yum repo
4+ messages / 2 participants
[nested] [flat]

* amcheck packages in pgdg yum repo
@ 2017-10-09 16:19 Peter Geoghegan <[email protected]>
  2017-10-09 18:24 ` Re: amcheck packages in pgdg yum repo Devrim Gündüz <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Peter Geoghegan @ 2017-10-09 16:19 UTC (permalink / raw)
  To: pgsql-pkg-yum

I would like to make amcheck available in the pgdg yum repo, in order
to target earlier PostgreSQL versions. It's available as a contrib
extension for v10 already, but there is no reason why it cannot be
used on earlier versions. The Github version has the ability to build
deb packages already, and is now on the pgdg apt repo:

https://github.com/petergeoghegan/amcheck

I'll need to figure out how to also build yum packages. It's the
simplest possible case of building a PGXS C extension with no
dependencies. Can someone point me in the direction of documentation,
or another module whose package build process I can generalize from?

I'll also want to make available the enhancement that is proposed for
Postgres 11, from the current commitfest [1] [2]. So, the goal will be to
target Postgres 9.4, 9.5, 9.6, and 10 - v10 will not have an enhanced
version, which I believe adds significantly more value.

Is there an acceptance process? How can I get the ball rolling on that?

Thanks

[1] https://commitfest.postgresql.org/14/1263/
[2] https://github.com/petergeoghegan/amcheck/tree/heap-check
-- 
Peter Geoghegan


-- 
Sent via pgsql-pkg-yum mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-pkg-yum



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

* Re: amcheck packages in pgdg yum repo
  2017-10-09 16:19 amcheck packages in pgdg yum repo Peter Geoghegan <[email protected]>
@ 2017-10-09 18:24 ` Devrim Gündüz <[email protected]>
  2017-10-09 19:31   ` Re: amcheck packages in pgdg yum repo Peter Geoghegan <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Devrim Gündüz @ 2017-10-09 18:24 UTC (permalink / raw)
  To: Peter Geoghegan <[email protected]>; pgsql-pkg-yum

Hi Peter,

On Mon, 2017-10-09 at 09:19 -0700, Peter Geoghegan wrote:
> I would like to make amcheck available in the pgdg yum repo, in order
> to target earlier PostgreSQL versions. 

<snip>

> Is there an acceptance process? How can I get the ball rolling on that?

Done :-) (From now on, please create a ticket here : https://redmine.postgresql
.org/projects/pgrpms/issues/new for updates, bugs, etc).

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=f4c61e2cac7676c9746be8278c8550a74132091d

Packages will sync to master repo in an hour.

Regards,
-- 
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

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

* Re: amcheck packages in pgdg yum repo
  2017-10-09 16:19 amcheck packages in pgdg yum repo Peter Geoghegan <[email protected]>
  2017-10-09 18:24 ` Re: amcheck packages in pgdg yum repo Devrim Gündüz <[email protected]>
@ 2017-10-09 19:31   ` Peter Geoghegan <[email protected]>
  2017-10-10 12:08     ` Re: amcheck packages in pgdg yum repo Devrim Gündüz <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Peter Geoghegan @ 2017-10-09 19:31 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum

Hi Devrim,

On Mon, Oct 9, 2017 at 11:24 AM, Devrim Gündüz <[email protected]> wrote:
> Done :-) (From now on, please create a ticket here : https://redmine.postgresql
> .org/projects/pgrpms/issues/new for updates, bugs, etc).

Got it -- will do it that way next time.

> Packages will sync to master repo in an hour.

That was quick!

Thanks!
-- 
Peter Geoghegan


-- 
Sent via pgsql-pkg-yum mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-pkg-yum



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

* Re: amcheck packages in pgdg yum repo
  2017-10-09 16:19 amcheck packages in pgdg yum repo Peter Geoghegan <[email protected]>
  2017-10-09 18:24 ` Re: amcheck packages in pgdg yum repo Devrim Gündüz <[email protected]>
  2017-10-09 19:31   ` Re: amcheck packages in pgdg yum repo Peter Geoghegan <[email protected]>
@ 2017-10-10 12:08     ` Devrim Gündüz <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Devrim Gündüz @ 2017-10-10 12:08 UTC (permalink / raw)
  To: Peter Geoghegan <[email protected]>; +Cc: pgsql-pkg-yum


Hi,

On Mon, 2017-10-09 at 12:31 -0700, Peter Geoghegan wrote:
> > Packages will sync to master repo in an hour.
> 
> That was quick!

BTW, the package names are:

amcheck10
amcheck96
amcheck95
amcheck94

Regards,
-- 
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

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


end of thread, other threads:[~2017-10-10 12:08 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 16:19 amcheck packages in pgdg yum repo Peter Geoghegan <[email protected]>
2017-10-09 18:24 ` Devrim Gündüz <[email protected]>
2017-10-09 19:31   ` Peter Geoghegan <[email protected]>
2017-10-10 12:08     ` 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