Re: Log a sample of transactions

From: Adrien NAYRAT <adrien(dot)nayrat(at)anayrat(dot)info>
To: "Kuroda, Hayato" <kuroda(dot)hayato(at)jp(dot)fujitsu(dot)com>, "'pgsql-hackers(at)lists(dot)postgresql(dot)org'" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Log a sample of transactions
Date: 2019-01-15 10:05:16
Message-ID: 8b27be4f-6563-5792-41e1-9449982f5cbb@anayrat.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/15/19 9:00 AM, Kuroda, Hayato wrote:
> Dear Adrien,
>
> I applied your file and faced a bug-candidate.
> (I have not read your source yet. Sorry.)
>
> When I tried to use tab-complition, some dirty messages were appeared.
>
> Messages I faced are attached in this mail.
>
> Best Regards,
> Hayato Kuroda
> Fujitsu LIMITED
>

Hello,

Thanks for your review ;)

Your messages looks normal to me, you will have same messages if you put
log_min_duration to 0.

However, my compiler warn me of multiple definition of xact_is_sampled.
I fix it in this 2nd patch.

Regards,

Attachment Content-Type Size
log_xact-2.patch text/x-patch 6.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Surafel Temesgen 2019-01-15 10:07:58 Re: FETCH FIRST clause WITH TIES option
Previous Message Amit Khandekar 2019-01-15 09:52:17 Re: Pluggable Storage - Andres's take