From c1408606c92fb5a324328e91610c0cd7face0b5e Mon Sep 17 00:00:00 2001 From: Pierre Forstmann Date: Fri, 23 Jan 2026 13:08:24 +0100 Subject: [PATCH 1/2] 8.adoc: fix type and add code tag --- EN/modules/ROOT/pages/v5.1/8.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/EN/modules/ROOT/pages/v5.1/8.adoc b/EN/modules/ROOT/pages/v5.1/8.adoc index 41ef301..d936626 100644 --- a/EN/modules/ROOT/pages/v5.1/8.adoc +++ b/EN/modules/ROOT/pages/v5.1/8.adoc @@ -90,7 +90,11 @@ For C and Perl code, please run pgindent if necessary. We recommend using git di All new functionality that is contributed to IvorySQL should be covered by regression tests that are contributed alongside it. If you are uncertain about how to test or document your work, please raise the question on the ivorysql-hackers mailing list and the developer community will do its best to help you. -At the very minimum, you should always be running make installcheck-world to make sure that you're not breaking anything. +At the very minimum, you should always be running +`` +`make installcheck world +``` +to make sure that you're not breaking anything. ==== Changes applicable to upstream PostgreSQL From e51403bfb956cdaf9f85cf85e5d10904c738c48d Mon Sep 17 00:00:00 2001 From: Pierre Forstmann Date: Fri, 23 Jan 2026 13:09:52 +0100 Subject: [PATCH 2/2] 8.adoc: fix typo and fix code tag --- EN/modules/ROOT/pages/v5.1/8.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EN/modules/ROOT/pages/v5.1/8.adoc b/EN/modules/ROOT/pages/v5.1/8.adoc index d936626..2682744 100644 --- a/EN/modules/ROOT/pages/v5.1/8.adoc +++ b/EN/modules/ROOT/pages/v5.1/8.adoc @@ -91,8 +91,8 @@ For C and Perl code, please run pgindent if necessary. We recommend using git di All new functionality that is contributed to IvorySQL should be covered by regression tests that are contributed alongside it. If you are uncertain about how to test or document your work, please raise the question on the ivorysql-hackers mailing list and the developer community will do its best to help you. At the very minimum, you should always be running -`` -`make installcheck world +``` +make installcheck world ``` to make sure that you're not breaking anything.