Skip to content

Commit 818da3b

Browse files
authored
Merge pull request #206 from pierreforstmann/patch1
8.adoc: fix typo and fix code tag
2 parents 7495a01 + e51403b commit 818da3b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • EN/modules/ROOT/pages/v5.1

EN/modules/ROOT/pages/v5.1/8.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ For C and Perl code, please run pgindent if necessary. We recommend using git di
9090

9191
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.
9292

93-
At the very minimum, you should always be running make installcheck-world to make sure that you're not breaking anything.
93+
At the very minimum, you should always be running
94+
```
95+
make installcheck world
96+
```
97+
to make sure that you're not breaking anything.
9498

9599
==== Changes applicable to upstream PostgreSQL
96100

0 commit comments

Comments
 (0)