Re: new heapcheck contrib module
Mark Dilger <mark.dilger@enterprisedb.com>
Attachments
- v31-0001-Moving-exit_nicely-and-fatal-into-fe_utils.patch (application/octet-stream) patch v31-0001
- v31-0002-Refactoring-ExecuteSqlQuery-and-related-function.patch (application/octet-stream) patch v31-0002
- v31-0003-Creating-query_utils-frontend-utility.patch (application/octet-stream) patch v31-0003
- v31-0004-Adding-CurrentQueryHandler-logic.patch (application/octet-stream) patch v31-0004
- v31-0005-Refactoring-pg_dumpall-functions.patch (application/octet-stream) patch v31-0005
- v31-0006-Refactoring-expand_schema_name_patterns-and-frie.patch (application/octet-stream) patch v31-0006
- v31-0007-Moving-pg_dump-functions-to-new-file-option_util.patch (application/octet-stream) patch v31-0007
- v31-0008-Normalizing-option_utils-interface.patch (application/octet-stream) patch v31-0008
- v31-0009-Adding-contrib-module-pg_amcheck.patch (application/octet-stream) patch v31-0009
- (unnamed) (text/plain)
> On Jan 6, 2021, at 11:05 PM, Mark Dilger <mark.dilger@enterprisedb.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/
Commits
-
Add pg_amcheck, a CLI for contrib/amcheck.
- 9706092839db 14.0 landed
-
Refactor and generalize the ParallelSlot machinery.
- f71519e545a3 14.0 landed
-
Generalize parallel slot result handling.
- 418611c84d00 14.0 landed
-
Move some code from src/bin/scripts to src/fe_utils to permit reuse.
- e955bd4b6c2b 14.0 landed
-
Factor pattern-construction logic out of processSQLNamePattern.
- 2c8726c4b0a4 14.0 landed
-
Doc: clean up verify_heapam() documentation.
- 4c49d8fc15ee 14.0 landed
-
Fix more portability issues in new amcheck code.
- 321633e17b07 14.0 landed
-
Fix portability issues in new amcheck test.
- 860593ec3bd1 14.0 landed
-
Try to avoid a compiler warning about using fxid uninitialized.
- 8bb0c9770e80 14.0 landed
-
Extend amcheck to check heap pages.
- 866e24d47db1 14.0 landed
-
Adjust walsender usage of xlogreader, simplify APIs
- 850196b610d2 13.0 cited
-
Improve checking of child pages in contrib/amcheck.
- d114cc538715 13.0 cited
-
Sanitize line pointers within contrib/amcheck.
- a9ce839a3137 12.0 cited
-
Fix possible sorting error when aborting use of abbreviated keys.
- 008c4135ccf6 10.0 cited