Re: Log a sample of transactions
Adrien Nayrat <adrien.nayrat@anayrat.info>
From: Adrien NAYRAT <adrien.nayrat@anayrat.info>
To: Michael Paquier <michael@paquier.xyz>
Cc: "Kuroda, Hayato" <kuroda.hayato@jp.fujitsu.com>, "'pgsql-hackers@lists.postgresql.org'" <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-04T15:32:05Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Tweak docs for log_statement_sample_rate
- d1f04b96b99d 12.0 landed
On 2/4/19 3:26 AM, Michael Paquier wrote: > These would take time to execute, even if you need to measure one > second, and may be hard to make stable on slow machines. > Could it be acceptable if I set log_min_duration_statement = 0? > Moved to next CF. Thanks