Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfjKX-0001om-Cf for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Jun 2019 11:09:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hfjKW-00073B-80 for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Jun 2019 11:09:40 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfjKV-000734-UY for pgadmin-hackers@lists.postgresql.org; Tue, 25 Jun 2019 11:09:40 +0000 Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfjKT-0004gR-AP for pgadmin-hackers@postgresql.org; Tue, 25 Jun 2019 11:09:38 +0000 Received: by mail-wr1-x42d.google.com with SMTP id n4so16176204wrs.3 for ; Tue, 25 Jun 2019 04:09:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NB/yYgl9S5Ujopq/lXgAmAgXOCf67ROu+cob1Ybe2h0=; b=ZoKfIpL8sGt5QKrFZNl3/0URHFUfV1mtYCIw17zWkzXBwVt6mWOhRwxMA2vfrH8lsb QYKuXAXLhOvcUrahuXqb3+8YOHS3/AQpH++O+zsWgMC79Rsx+lYKbG1P6HbCgtrBbKjo aF5Ey/hFMipdSJ7EDPZyZ7gf2gCcPmL/5/FHlIoDUAbroN7o3xSBmgDq+n5IrlCooLOz ZIPnqi3MUg5ZuJsPBp9E3Of/TN9p+8VTtpSqvQjG98sZRsF52VcoOKAbMms0BC/SS40S XF8MOdtDuMB7kKHK8ssucdCsTYoBP5QvaCbkU9226QkAn6+F2kl5MZUjq+nCUGaaabet Zwgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NB/yYgl9S5Ujopq/lXgAmAgXOCf67ROu+cob1Ybe2h0=; b=ImgXuOjPB0OqIhYpYVByW1LQmWjOADyiPUNXzZ1YJDDmbSUeNhe3uqElLPb4tD/HbZ Q5bB95dZNowG8w4unm8G7ua38kjB0MAnQeRdTMi2qBb0A1NmmBRqJsSUuQWEP0s7UUxS YoUkJe0FjK0nGVZhFAYSWMuJ+xkmIntfSSgWUybJb9ANqiouwsLe6bd16OIvJDoNGYaO sbqfTJ5AJF5cny1NQu3FsbZnR304zv+CNxlUKU3LGaH5o3yqwGLvbggPBQt/krGqNYdD xd82iWjSFRKmHHHpkAmAblLz+jYft0b7DZdh7Ej30THLB1/3X48e0N/XamNGGQd0O25V c82g== X-Gm-Message-State: APjAAAXXbD2xXdC7bLYKg/6Fz5auLphY80PDBBuTbiDTWHwoYTilq8Te 1puimxRlfHm15pS/orDcCkhwODU64s0r0uC6aQAUhA== X-Google-Smtp-Source: APXvYqxsqAnfpCtfswzCyjABv25S1vKe+4TlgqEEyAAEjP49gJssi7elJrItjVa2r2BO3JUdJDgtYL9qfuHNshPLhZ4= X-Received: by 2002:a05:6000:106:: with SMTP id o6mr38353524wrx.4.1561460974893; Tue, 25 Jun 2019 04:09:34 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Tue, 25 Jun 2019 07:09:22 -0400 Message-ID: Subject: Re: [GSoC][Patch] Automatic Mode Detection V1 To: Aditya Toshniwal Cc: Yosry Muhammad , pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000bd5267058c23f639" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000bd5267058c23f639 Content-Type: text/plain; charset="UTF-8" Hi On Mon, Jun 24, 2019 at 7:03 AM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > > - What else is missing from this patch to make it applicable ? I would >> like to produce a release-ready patch if possible. If so, I can continue >> working on the project on following patches, I just want to know what is >> the minimum amount of work needed to make this patch release-ready >> (especially that changes are being made in the master branch that require >> me to re-edit parts of the code that I have written before to keep things >> in-sync). >> > @Dave Page is the right person to answer this. > It needs: - A code complete feature (or infrastructure/refactoring ready for a feature), that is acceptable to us. Seems like this is 90% there for an initial commit. - Documentation updates. - Tests for the new feature to ensure it works without needing manual testing. - To pass all existing tests (which may be modified if appropriate). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000bd5267058c23f639 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Mon, Jun 24, 2019 at 7:03 AM Aditya Toshniwal &l= t;aditya.toshniwal@ent= erprisedb.com> wrote:

- What else is mi= ssing from this patch to make it applicable ? I would like to produce a rel= ease-ready patch if possible. If so, I can continue working on the project = on following patches, I just want to know what is the minimum amount of wor= k needed to make this patch release-ready (especially that changes are bein= g made in the master branch that require me to re-edit parts of the code th= at I have written before to keep things in-sync).
<= div>= @Dave Page is the right person to answer this.=C2=A0

It needs:

- A c= ode complete feature (or infrastructure/refactoring ready for a feature), t= hat is acceptable to us. Seems like this is 90% there for an initial commit= .
- Documentation updates.
- Tests for the new feature = to ensure it works without needing manual testing.
- To pass all = existing tests (which may be modified if appropriate).
=C2=A0
--
--000000000000bd5267058c23f639--