Re: pgbench - rework variable management

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgbench - rework variable management
Date: 2019-09-03 11:55:15
Message-ID: alpine.DEB.2.21.1909031353180.3362@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Thomas,

>> I noticed, but I do not have any windows host so I cannot test locally.
>>
>> The issue is how to do a mutex on Windows, which does not have pthread so
>> it has to be emulated. I'll try again by sending a blind update to the
>> patch and see how it goes.
>
> If you have the patience and a github account, you can push code onto
> a public github branch having also applied the patch mentioned at
> https://wiki.postgresql.org/wiki/Continuous_Integration, go to
> appveyor.com and tell it to watch your git hub account, and then it'll
> build and test every time you push a new tweak. Takes a few minutes
> to get the answer each time you try something, but I have managed to
> get things working on Windows that way.

Thanks for the tip.

I'll try that if the blind attempt attached version does not work.

--
Fabien.

Attachment Content-Type Size
pgbench-symbols-3.patch text/x-diff 49.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-03 12:28:17 Re: pg_dump --exclude-* options documentation
Previous Message Kuntal Ghosh 2019-09-03 10:39:51 Re: [Patch] Invalid permission check in pg_stats for functional indexes