Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aLn4h-0007pt-WB for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Jan 2016 07:21:04 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aLn4h-0001uf-Iu for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Jan 2016 07:21:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1aLn4T-0001fu-Tp for pgadmin-hackers@postgresql.org; Wed, 20 Jan 2016 07:20:49 +0000 Received: from mail-yk0-x22c.google.com ([2607:f8b0:4002:c07::22c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aLn4Q-0004JZ-7a for pgadmin-hackers@postgresql.org; Wed, 20 Jan 2016 07:20:49 +0000 Received: by mail-yk0-x22c.google.com with SMTP id x67so236053ykd.2 for ; Tue, 19 Jan 2016 23:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VJpcy7O1Fxc+G1pOIj6kJLgk+75k1Rnyumtk/fUJfeM=; b=qntCUjFpoLJEFM+lX9wgUFzVelPVZFs+Qu+qTdwSMC4fSe+M8uhtGmXqrfi4MM9OiK j5QKz9vbTOIL263spiH37VJem2q40qWAF818IQVYLIEeFLRCREzGkU/Az5v0pUnPkmn9 5kIrwTmwFZF+uiH3EWiLIAlvdujLXPbsGJjV6EDO3SQPM16zmli3YpiFqiKCbUeIRLrL 85qhdrRy+EBYKycVGTdPPXQNyVxHgyf97X/R50iEOkv04eGtzIK77QH5g+AwicKrfzVM 2RyN4zVMjCktTMmJjEzc8qbgQr3Oc5Dfm17zbmLY41PbD56MfAs86CrEsvASqf5ww2p+ 0sxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VJpcy7O1Fxc+G1pOIj6kJLgk+75k1Rnyumtk/fUJfeM=; b=bZEQ2TrCgPsnawDDH7TtPtVmBfSpZAtofyaPpARdKHn1ZYwOsHwFQKV6pWuFTZbOGB /Ag6DlRE3SDTnvp49Vi5aswztHMqbEIq3NTnoiMSJaNEFEY+33+MatKFQep+s0rm74x/ h3qKCIM9MldkBYGQTlIDdSM5ojquKVTh26u5ygC7nBY+tZLGMRRFOj0ceTL6IhWN4q5n zvr8ftUI/JqigaQUZTfiORdKgkk/AqV8gAU4+g3WvG+yqwlZEoexHi+k+KLZu017CoXk 0z3wp/NDZel6A3oTh2hpLZBGh+NXP6+bn4BGmw+w4No/oleXeWAsRzCPMLZ8DhscQkpT 8A7g== X-Gm-Message-State: AG10YOSQ9DQpogmfNZjOumPDNffgFnxJahZHiu/hDiHjBBKbSWZC7zSfIdPblai+SJ4iCHjd4XGzwFgM3cTpznSN MIME-Version: 1.0 X-Received: by 10.13.213.147 with SMTP id x141mr20158448ywd.339.1453274444255; Tue, 19 Jan 2016 23:20:44 -0800 (PST) Received: by 10.37.202.75 with HTTP; Tue, 19 Jan 2016 23:20:44 -0800 (PST) In-Reply-To: References: Date: Wed, 20 Jan 2016 12:50:44 +0530 Message-ID: Subject: Re: pgAdmin4 PATCH: Domain Module From: Neel Patel To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a114fbcfc0305260529bed3ad X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114fbcfc0305260529bed3ad Content-Type: text/plain; charset=UTF-8 Hi Khushboo, While applying the patch file, we are getting below warnings. ######################################### domains (1).patch:1340: trailing whitespace. oid: undefined, domains (1).patch:1483: trailing whitespace. (nspname = 'pg_catalog' AND EXISTS domains (1).patch:1487: trailing whitespace. OR (nspname = 'information_schema' AND EXISTS domains (1).patch:1489: trailing whitespace. OR (nspname LIKE '_%' AND EXISTS domains (1).patch:1642: trailing whitespace. (select 1 from pg_class where relnamespace=typnamespace and relname = typname and relkind != 'c') AND (typname not like '_%' OR NOT EXISTS (select 1 from pg_class where relnamespace=typnamespace and relname = substring(typname from 2)::name and relkind != 'c')) warning: squelched 4 whitespace errors warning: 9 lines add whitespace errors. ######################################### Can you please remove the whitespace and regenerate the patch ? Thanks, Neel Patel On Wed, Jan 20, 2016 at 12:37 PM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Resending patch with binary option. > > On Wed, Jan 20, 2016 at 10:18 AM, Khushboo Vashi < > khushboo.vashi@enterprisedb.com> wrote: > >> Hi, >> >> Please find attached patch for the Domain Module. >> >> The patch will be modified after Types module implementation as we need >> to populate Base Type and some Type related validations from the Types >> module. >> >> Please review it and let me know the feedback. >> >> Thanks, >> Khushboo >> > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a114fbcfc0305260529bed3ad Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Khushboo,

While applying the patch f= ile, we are getting below warnings.

##############= ###########################
domains (1).patch:1340: trailing= whitespace.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 oid: undefined,= =C2=A0
domains (1).patch:1483: trailing whitespace.
=C2= =A0 =C2=A0 (nspname =3D 'pg_catalog' AND EXISTS=C2=A0
dom= ains (1).patch:1487: trailing whitespace.
=C2=A0 =C2=A0 OR (nspna= me =3D 'information_schema' AND EXISTS=C2=A0
domains (1).= patch:1489: trailing whitespace.
=C2=A0 =C2=A0 OR (nspname LIKE &= #39;_%' AND EXISTS=C2=A0
domains (1).patch:1642: trailing whi= tespace.
=C2=A0(select 1 from pg_class where relnamespace=3Dtypna= mespace and relname =3D typname and relkind !=3D 'c') AND (typname = not like '_%' OR NOT EXISTS (select 1 from pg_class where relnamesp= ace=3Dtypnamespace and relname =3D substring(typname from 2)::name and relk= ind !=3D 'c'))=C2=A0
warning: squelched 4 whitespace erro= rs
warning: 9 lines add whitespace errors.
######= ###################################

Can you pl= ease remove the whitespace and regenerate the patch ?

<= div>Thanks,
Neel Patel

=
On Wed, Jan 20, 2016 at 12:37 PM, Khushboo Vashi= <khushboo.vashi@enterprisedb.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">
Resending patch with binary = option.

On Wed, Jan 20, 2016 at 10:18 AM, K= hushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
=
Hi,

Please find attached patch for the Domain Module.
=
The patch will be modified after Types module implementation as w= e need to populate Base Type=C2=A0 and some Type related validations from t= he Types module.

Please review it and let me know the fee= dback.

Thanks,
Khushboo



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--001a114fbcfc0305260529bed3ad--