Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit446d5d3

Browse files
committed
Grammar cleanup for src/test/isolation/README
Josh Kupershmidt
1 parentb23aeb6 commit446d5d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/test/isolation/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Isolation tests
44
===============
55

66
This directory contains a set of tests for the serializable isolation level.
7-
Testing isolation requires running multiple overlapping transactions, so
7+
Testing isolation requires running multiple overlapping transactions,
88
which requires multiple concurrent connections, and can't therefore be
99
tested using the normal pg_regress program.
1010

@@ -13,10 +13,10 @@ file with a custom syntax, described in the next section.
1313

1414
isolationtester is program that uses libpq to open multiple connections,
1515
and executes a test specified by a spec file. A libpq connection string
16-
to specifythe server and database to connect to, the defaults derived from
16+
specifiesthe server and database to connect to; defaults derived from
1717
environment variables are used otherwise.
1818

19-
pg_isolation_regress is a toolidentical to pg_regress, but instead of using
19+
pg_isolation_regress is a toolsimilar to pg_regress, but instead of using
2020
psql to execute a test, it uses isolationtester.
2121

2222
To run the tests, you need to have a server up and running. Run
@@ -58,7 +58,7 @@ session "<name>"
5858

5959
permutation "<step name>" ...
6060

61-
A permutation line specifies a list of steps that areran in that order.
61+
A permutation line specifies a list of steps that arerun in that order.
6262
If no permutation lines are given, the test program automatically generates
6363
all possible overlapping orderings of the given sessions.
6464

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp