Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZrkQT-0006oj-Q6 for pgadmin-hackers@arkaria.postgresql.org; Thu, 29 Oct 2015 10:27:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZrkQT-0006Cu-Ba for pgadmin-hackers@arkaria.postgresql.org; Thu, 29 Oct 2015 10:27:21 +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 1ZrkQG-0005xw-7I for pgadmin-hackers@postgresql.org; Thu, 29 Oct 2015 10:27:08 +0000 Received: from mail-io0-x233.google.com ([2607:f8b0:4001:c06::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZrkQD-00041X-TM for pgadmin-hackers@postgresql.org; Thu, 29 Oct 2015 10:27:07 +0000 Received: by iody8 with SMTP id y8so40333126iod.1 for ; Thu, 29 Oct 2015 03:27:04 -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:date:message-id:subject:from:to :cc:content-type; bh=SaJzLR9r8oMFdx9aJM/V9D5lISZUy4JErW3We+wfKkc=; b=epPYknTmLLtpMpm8v9CEW7gr6h9/4SNWM507Qvw2KoADF10y4N6V4Ss9lQHAvm3cn3 izi98J7Rjl4CXBBaBMzuzqPzn2rWHcmlo8rlGrcTX6Pz1j1iOXS1G5Piq/3kZQdrBOki e1eJWDgc6/dwZuL3GWWMfuqMx2Z+Q5OYh8Ars9cP0GmaEPoDYGhIbdVRo8rpu//3oCSS Ko7JsUdPgWLgaOaCx0L441vvltxFuVTB8LZO6QwJh9uphwrIOdySVK7JXFX7VOjUm4ml XMHcyYzFaImV1EfhzjTMAROlm8iAoN2GqGs6yN+utHKpWG/MR55G1ozO47fJgYPsMcHW BBng== 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=SaJzLR9r8oMFdx9aJM/V9D5lISZUy4JErW3We+wfKkc=; b=V7/xenW961vvuEnU8s7ygzf+p59OplSQrE22+GGQJxLkeu9ZBCMmSCkfmgyMz87amJ MT0zRGEQNNcz+Xih9QLxXjGfDhoE3DcvW2/OdkbJ2atAFk5Fehxz41GRejUGqzA96TbL ECBmN9PmcyP96V377f9ydr9OyrFKdBfi9M/KgYwgDZbrge2faysn8DJOc5ckn0W18cdL 5lPHSEEVyBWPZQgdbmn68HBQPnjMUEgitPw98buVIIsOkISwjgYLdLpxGzn+xZac+vte +ovsyUJLHR8Cym7zceqpqR9xu4l61rJ9vqVpexFcsPyPd6qkGfuxYZOm5sOgrAIfOJ8J uenA== X-Gm-Message-State: ALoCoQlmyuXnNe477LeNOoUb5q0Gltcg25NcM13y0eiF+eSS6MuONrRbnUaTgmoCdKRUwRGDtpQ3 MIME-Version: 1.0 X-Received: by 10.107.170.33 with SMTP id t33mr2596527ioe.70.1446114423941; Thu, 29 Oct 2015 03:27:03 -0700 (PDT) Received: by 10.64.110.37 with HTTP; Thu, 29 Oct 2015 03:27:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Oct 2015 11:27:03 +0100 Message-ID: Subject: Re: pgadmin4: sleep api From: Dave Page To: Prasad Somwanshi 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 - patch applied. On Wed, Oct 28, 2015 at 11:59 PM, Prasad Somwanshi wrote: > Hi, > > sleep api used in pgAdmin4.cpp doesn't seem cross-platform(used from POSIX > specific C header). Either need to be replaced by C++11 equivalent or Qt > one. QThread::sleep seem appropriate to me. > > thanks and regards, > Prasad Somwanshi > > > -- > 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