| From: | Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Move wal_buffers_full to WalUsage (and report it in pgss/explain) |
| Date: | 2025-02-11 09:37:37 |
| Message-ID: | Z6saYXQmYXPkBUy9@ip-10-97-1-34.eu-west-3.compute.internal |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On Thu, Feb 06, 2025 at 10:27:17AM +0000, Bertrand Drouvot wrote:
> === Patch's structure
>
> The patch series is made of 3 "small" sub-patches:
>
> 0001: to move wal_buffers_full to WalUsage
> 0002: to report wal_buffers_full in pg_stat_statements
> 0003: to report wal_buffers_full in explain/auto_explain
While at it, adding 0004 to report wal_buffers_full in VACUUM/ANALYZE (VERBOSE).
Regards,
--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
| Attachment | Content-Type | Size |
|---|---|---|
| v2-0001-Move-wal_buffers_full-to-pgWalUsage.patch | text/x-diff | 3.8 KB |
| v2-0002-Allow-pg_stat_statements-to-track-WAL-buffers-ful.patch | text/x-diff | 4.6 KB |
| v2-0003-Allow-EXPLAIN-to-track-WAL-buffers-full.patch | text/x-diff | 2.2 KB |
| v2-0004-Add-wal_buffers_full-to-VACUUM-ANALYZE-VERBOSE.patch | text/x-diff | 2.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Shubham Khanna | 2025-02-11 10:16:24 | Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. |
| Previous Message | Peter Eisentraut | 2025-02-11 09:37:16 | Re: Convert macros to static inline functions |