Re: [HACKERS] dtrace probes - Mailing list pgsql-hackers

From Jesper Pedersen
Subject Re: [HACKERS] dtrace probes
Date
Msg-id 8b892d27-fe7b-71e8-212b-b5bffb2f073f@redhat.com
Whole thread Raw
In response to Re: [HACKERS] dtrace probes  (Jesper Pedersen <jesper.pedersen@redhat.com>)
List pgsql-hackers
On 04/20/2017 10:30 AM, Jesper Pedersen wrote:
>> I think this fix is harmless and has some value in terms of
>> consistency.  One minor suggestion is that you should leave a space
>> after typecasting.
>>
>> - TRACE_POSTGRESQL_LWLOCK_WAIT_DONE(T_NAME(lock), mode);
>> + TRACE_POSTGRESQL_LWLOCK_WAIT_DONE(T_NAME(lock), (int)mode);
>>
>> There should be a space like "(int) mode".
>>
>>
>
> v2 attached.
>

I managed to attach the same patch again, so here is v3.

Best regards,
  Jesper



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] On-disk format of SCRAM verifiers
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] DROP SUBSCRIPTION, query cancellations and slothandling