Re: pgadmin4: sleep api

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Prasad Somwanshi <prasad(dot)s(at)mail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgadmin4: sleep api
Date: 2015-10-29 10:27:03
Message-ID: CA+OCxozKmGCzb81ZyWURe+RH1hdObtGMq=1pqE0opbsNQkoysw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - patch applied.

On Wed, Oct 28, 2015 at 11:59 PM, Prasad Somwanshi <prasad(dot)s(at)mail(dot)com> 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(at)postgresql(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-10-29 20:33:41 pgAdmin 4 commit: Added undo action on some of the UI changes too.
Previous Message Dave Page 2015-10-29 10:25:18 pgAdmin 4 commit: sleep api used in pgAdmin4.cpp doesn't seem cross-pla