Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bmIHg-0003zC-2c for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Sep 2016 10:28:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bmIHf-0008Un-MF for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Sep 2016 10:28:15 +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_2) (envelope-from ) id 1bmIHf-0008Uf-CF for pgadmin-hackers@postgresql.org; Tue, 20 Sep 2016 10:28:15 +0000 Received: from mail-io0-x229.google.com ([2607:f8b0:4001:c06::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bmIHb-0003cD-WB for pgadmin-hackers@postgresql.org; Tue, 20 Sep 2016 10:28:14 +0000 Received: by mail-io0-x229.google.com with SMTP id r145so15114078ior.0 for ; Tue, 20 Sep 2016 03:28:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HoufLzDjXXssoQu7ghnyFIVctD5Zr1ngP25ma8XuPd4=; b=uo/li//DOakcsR/69Igubu0ff1WbkPLme0j5+FpvG+lwoKY2h/cGuqxnFqzzbhB/1B pmkSylUmk/fOTg2WlKIrYkdESKLjw8jwP8qSGT0zE3XO8mN8rxPzF3GCzOwKxzNM77/0 o1yalvU/DxjHvRxYCMQ47YSPfCEYYJ0ySFN7PKIdA7BR3UZnCkFyWPuaECA7kd6vRtIi ml2vSjwmOsxNStMj0ViiEYrVNXLuuM8ydgzTWgj8l4bLk70MueBica94HOznGf1qGusB 3v3bstf47xGlKcL+nOibK64u19+jKjvQF/EIRmfFWr+6RQN231ZyM0VaLrqtJZ7J9sbN +bbA== 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=HoufLzDjXXssoQu7ghnyFIVctD5Zr1ngP25ma8XuPd4=; b=eC2EotWLKadov/7fpV8aUsju6PFhaGDkbfmMiOM8PBBca2xy7GUKSjoFYoSwmYaVYX 96NBs+E2IQB2gO9RwBamugpQD17706B7VyvIbfPNKQH4/Ak4Lhtv8qxPp+smpO/nCRZp IJEGuGhC+AA3inTahWJ5YTszemci9xTQ9jQcEp3HSs0dGuMZPX+Kge/3hhPNVDNMvCK/ PfERMPR2MjaVfCePepAnI+yMEXpoaBqdIWhhQrNePyfn9sO5jvEhRnXU/zgBOzrnFAa5 y0dSt3HiIm122ZinUZJ8JPvpynRx1CUtFunaeWLCRNYWJfef78hxaDBnAhcPR8sMN9hf Lj2w== X-Gm-Message-State: AE9vXwPuo7V+oZfWQlQrwotEx5YzAjnB2QmegCJjXzuywr2xJtW/27V1FDnB1ruZQ/QQkLSs6IRrmaSs+FL9xg== X-Received: by 10.107.189.132 with SMTP id n126mr45034314iof.74.1474367290317; Tue, 20 Sep 2016 03:28:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Tue, 20 Sep 2016 03:28:09 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 20 Sep 2016 11:28:09 +0100 Message-ID: Subject: Re: PATCH: To fix the issue displaying composite result types in debugger (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 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 Thanks - applied. On Tue, Sep 20, 2016 at 10:46 AM, Murtuza Zabuawala 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 > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: 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