From: | Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Geoghegan <pg(at)bowt(dot)ie>, "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>, Stephen Frost <sfrost(at)snowman(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>, Amul Sul <sulamul(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: new heapcheck contrib module |
Date: | 2021-01-07 17:32:53 |
Message-ID: | 10677BFE-3B45-4EF3-82E5-E45CA1445CA6@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On Jan 6, 2021, at 11:05 PM, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com> wrote:
>
> I have done that, factoring them into fe_utils, and am attaching a series of patches that accomplishes that refactoring.
The previous set should have been named v30, not v3. My apologies for any confusion.
The attached patches, v31, are mostly the same, but with "getopt_long.h" included from pg_amcheck.c per Thomas's review, and a .gitignore file added in contrib/pg_amcheck/
Attachment | Content-Type | Size |
---|---|---|
v31-0001-Moving-exit_nicely-and-fatal-into-fe_utils.patch | application/octet-stream | 8.7 KB |
v31-0002-Refactoring-ExecuteSqlQuery-and-related-function.patch | application/octet-stream | 46.7 KB |
v31-0003-Creating-query_utils-frontend-utility.patch | application/octet-stream | 10.4 KB |
v31-0004-Adding-CurrentQueryHandler-logic.patch | application/octet-stream | 5.2 KB |
v31-0005-Refactoring-pg_dumpall-functions.patch | application/octet-stream | 2.1 KB |
v31-0006-Refactoring-expand_schema_name_patterns-and-frie.patch | application/octet-stream | 6.6 KB |
v31-0007-Moving-pg_dump-functions-to-new-file-option_util.patch | application/octet-stream | 17.0 KB |
v31-0008-Normalizing-option_utils-interface.patch | application/octet-stream | 14.5 KB |
v31-0009-Adding-contrib-module-pg_amcheck.patch | application/octet-stream | 80.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2021-01-07 17:59:39 | Re: WIP: System Versioned Temporal Table |
Previous Message | Julien Rouhaud | 2021-01-07 17:07:19 | Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? |