Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bmI8T-0003bH-AI for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Sep 2016 10:18:45 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bmI8S-0007vI-Tr for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Sep 2016 10:18:44 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bmI8F-0007Zr-R7 for pgadmin-hackers@postgresql.org; Tue, 20 Sep 2016 10:18:31 +0000 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bmI8D-0002kY-1T for pgadmin-hackers@postgresql.org; Tue, 20 Sep 2016 10:18:30 +0000 Received: by mail-wm0-x235.google.com with SMTP id w84so124752044wmg.1 for ; Tue, 20 Sep 2016 03:18:28 -0700 (PDT) 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:from:date:message-id:subject:to :cc; bh=P9xvxDLpNCaX4RWDx1H6LC0Rsife+DUwoTVLXnmvRo0=; b=LkkT8hn2sZrbHfk2uVmSvgL4n2HMAe7O2C5+WjGFug/TfX4RU81rrvNm8wKNb1DfLJ oR1WqFdKudFX9AVqppfRbCtX66RdoWafl5yK4fPJXCfFnbpOOXlGE9B40onqi46xZrEE y39y+g+QBmGEiHTC9TupoaGewgYopM+3CkBVSrIHfPuoT+uSOPx83+wE05csgcVSMd/Z UUmLZHT2DSjkyDUD6Gwos9n3/eY5YNqwYJZPcZWvc+WhPI0CXs6MdfAhUKfigDOxC7BQ zU/6IduyqvkGvqpzx9wJ/3S0gOXrnKVxHFWoOe7IupCyqIDt18cxUC14M2EF5o0jcUVs /KXg== 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:from:date :message-id:subject:to:cc; bh=P9xvxDLpNCaX4RWDx1H6LC0Rsife+DUwoTVLXnmvRo0=; b=EhF3vKgV897JmbF6ADFPKgGHvSEJLNH7n8ullHbKXBUoUw1TI/4IPteNuF6dk5OeY7 kRiFZTW1Ed9h2dGqbj014KLg/aRzFGQg+mbNzNQN3CxIMZXPHAQqp7xHAOS1B2+kVd7i m385F67DmKTHFqeKMm995CyJqlIfVSkxxfScfPDDc9ccpJ+mZI1MuGV2fyqAhQrrGzsW wev2AWeVMTgmwUTdPukLiR3W4MEO+WiT7p9/9sD5Lg42HmbqDUC2ajC1MH1LW742JuhA +mfImJnZFTLiSkglr01noR/MkgBbqD0tLSQ0AagCKXxXUoLxtFfbmLjy+U5UkCEIuHKa ag0A== X-Gm-Message-State: AE9vXwNNcbQNjwrBTNAjf3ksWgq2nG3ufmzkSUB8O6PONkmGs/WU60hPvdnn7apZfTXQzPu3iXaR2+Sstkn6fKIT X-Received: by 10.194.105.37 with SMTP id gj5mr31994460wjb.113.1474366706866; Tue, 20 Sep 2016 03:18:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.149.173 with HTTP; Tue, 20 Sep 2016 03:18:26 -0700 (PDT) In-Reply-To: References: From: Neel Patel Date: Tue, 20 Sep 2016 15:48:26 +0530 Message-ID: Subject: Re: PATCH: To fix the issue displaying composite result types in debugger (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1130cb3cd4f29a053cedbfa4 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 --001a1130cb3cd4f29a053cedbfa4 Content-Type: text/plain; charset=UTF-8 Hi Murtuza, Sure. I will review it. Thanks, Neel Patel On Tue, Sep 20, 2016 at 3:16 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue in debugger where we were not displaying result > properly in result tab for composite types. > RM#1662 > > @Neel, > Would you please review the patch? > > *Issue:* > Column name key was hardcoded in dict causing overwriting other columns. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a1130cb3cd4f29a053cedbfa4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable