Re: may I help with Perl?

From: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
To: Jim Woodworth <jimw54321(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: may I help with Perl?
Date: 2020-06-22 16:25:32
Message-ID: DDD1C163-21BF-4457-9B78-934C9325328A@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Jun 22, 2020, at 9:09 AM, Jim Woodworth <jimw54321(at)gmail(dot)com> wrote:
>
> I have been programming Perl for over several years and would like to help if needed. Will be looking through the issues for anything that jumps out at me, but if there is something that someone is aware of that needs attention please let me know.

Thanks for volunteering!

> If I am going about this the wrong way please let me know that too.

One of the easiest ways to contribute is to review patches already submitted in the commitfest application. See https://commitfest.postgresql.org/

There may be patches in the list that have some perl component that you could review. Even if the patch itself does not contain any perl code, you could always consider whether the patch would be improved with a TAP test, which is our perl regression test system. Testing of that kind might usefully expose flaws in the patch even if the TAP tests you write are themselves not accepted into the project.


Mark Dilger
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2020-06-22 16:29:51 Re: Online checksums patch - once again
Previous Message Bossart, Nathan 2020-06-22 16:24:57 Re: Add support for INDEX_CLEANUP and TRUNCATE to vacuumdb