Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion EN/modules/ROOT/pages/v5.1/8.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down