mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 10:50:50 -05:00
Add missing documentation for some vcregress modes
Michael Paquier
This commit is contained in:
parent
9bc93a89b0
commit
ba220850bd
2 changed files with 4 additions and 1 deletions
|
|
@ -436,6 +436,9 @@ $ENV{CONFIG}="Debug";
|
|||
<userinput>vcregress installcheck</userinput>
|
||||
<userinput>vcregress plcheck</userinput>
|
||||
<userinput>vcregress contribcheck</userinput>
|
||||
<userinput>vcregress ecpgcheck</userinput>
|
||||
<userinput>vcregress isolationcheck</userinput>
|
||||
<userinput>vcregress upgradecheck</userinput>
|
||||
</screen>
|
||||
|
||||
To change the schedule used (default is parallel), append it to the
|
||||
|
|
|
|||
|
|
@ -405,6 +405,6 @@ sub usage
|
|||
{
|
||||
print STDERR
|
||||
"Usage: vcregress.pl ",
|
||||
"<check|installcheck|plcheck|contribcheck|ecpgcheck> [schedule]\n";
|
||||
"<check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck> [schedule]\n";
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue