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 1iQYQN-0002Wj-0r for pgadmin-hackers@arkaria.postgresql.org; Fri, 01 Nov 2019 15:01:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iQYQL-00063s-P2 for pgadmin-hackers@arkaria.postgresql.org; Fri, 01 Nov 2019 15:01:13 +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 1iQYQL-00063l-CM for pgadmin-hackers@lists.postgresql.org; Fri, 01 Nov 2019 15:01:13 +0000 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iQYQI-0007rN-LK for pgadmin-hackers@postgresql.org; Fri, 01 Nov 2019 15:01:12 +0000 Received: by mail-wr1-x441.google.com with SMTP id a15so9923846wrf.9 for ; Fri, 01 Nov 2019 08:01:10 -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=3RbLuu90vy+3aEAUtflAI7qYiZvt7iB55A0+yrskYtA=; b=mabM7TFdNQGE+Wt8vcvavOGdeTcMbdZTaFZtQCFMIYUsgc6j9LIKMOzNxYkjXJeGf8 WTTuYpecBlqzjq6MOrq22yf1jtpZ2RjzDuRDiSDNhc1P9MMtm9Sre4mkP+c/m7lPgNfi zy5tn67NEPgSfgTrevRnLsB/KfHGeKopbJYqhCbyEf8DVRGQZEWwlucfDtgV6dbSegrt XgQI/SkMuKltWA8Gd9wkqB/yT6GttJRSBdEpuCPpzIRwqstqXzq2z36qiX7GnYHU4I3d YW8Bh3kEym0iWpz2aibdBc7UNoy9J6BJIUms3F0l6+Y9xq1qqnDEwnVMIrTHvsswuYlb 7ZJg== 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=3RbLuu90vy+3aEAUtflAI7qYiZvt7iB55A0+yrskYtA=; b=KpERow+GhbqtKeoI0OPT/Y7lyPJemHOTqSAGv/qXb7BxQA1u9U/QZijsDD6+1RPRx8 1RwjJKmcavXsKHMoTNVFeg+nlvefyADrpGKIiDc4oFYAvFT+pubVBnYl++EOtevFSGJE dr65eKNXgdtSQhV2q9SNLMW84bEcshkQgw9WoQo+lgzk46O7X6gCcbsfT49mc939/Ngd Q9lGFQ4ovXy/g44qC4+DHPc4wB6h+SkaeHRXmp5rhWjs40n6w2ER/FXl6cNKeiob5+P9 o4M2OAiRomsV9k0eFvZUaA8LGGEtkEOIFMNorGR8asTrQB6yjacOT80IBLGn3a6sGiFp 1htA== X-Gm-Message-State: APjAAAVhC8sHpAzSEVLhDcsvdkSVO64CrZvgPpnE2aw1MZIe0PhKtLlV xMhk/iMP2Mnis8Mx0JR8fxrhebwClOSarVCl/OivrqER88Y= X-Google-Smtp-Source: APXvYqyGqPf1BQIuWJKL2TJKE/go6noeookBB2F4KS83poriVyhS48coY+udg4eT+s0FciOtSiFBj738x4jhFY56fSc= X-Received: by 2002:adf:f2d1:: with SMTP id d17mr10686234wrp.353.1572620467944; Fri, 01 Nov 2019 08:01:07 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Fri, 1 Nov 2019 15:00:54 +0000 Message-ID: Subject: Re: [pgAdmin][RM4647] Select File Dialog Sort by file size does not take units into account To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000005c02d205964a3c9d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000005c02d205964a3c9d Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Fri, Nov 1, 2019 at 7:03 AM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix sorting by file size in file dialog. > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Sr. Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --0000000000005c02d205964a3c9d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Fri, Nov 1, 2019 at 7:03 AM Adity= a Toshniwal <aditya= .toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the pat= ch to fix sorting by file size in file dialog.
Kindly review.
--
=
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer |=C2=A0Enterprise= DB India |=C2=A0Pune<= /font>
"Don't Complain about Heat, Plant a TREE"
=


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @p= gsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--0000000000005c02d205964a3c9d--