WaitForMultipleObjects in C Extension

From: İlyas Derse <ilyasderse(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: WaitForMultipleObjects in C Extension
Date: 2020-01-14 07:35:09
Message-ID: CALcdmyTa+WTUVT-R6EMhL0Y7jg=csCo3E_4PLaHq-NF_HJfqUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi guys I need your experiences. I made an Extension in C. When I stop the
query on PostgreSQL,I want to control my extension's result with use cases
in C.So I think , I should use WaitForMultipleObjects. Is there a like a
SignalObjectHandle() ? By the way I'm using Windows.

Thanks...

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias Apitz 2020-01-14 12:01:45 ECPG call interface && filename
Previous Message Michael Paquier 2020-01-14 06:10:07 Re: pg_stat_statements extension