Skip to content

Commit f550b4e

Browse files
README.md: Now there is one branch for all PG versions
1 parent 82282d2 commit f550b4e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,8 @@ Using this module there can help in the following things:
1212
- overwatch the query execution
1313

1414
## Installation
15-
To install `pg_query_state`, please apply patches `custom_signal.patch` and `runtime_explain.patch` to the latest stable version of PostgreSQL and rebuild PostgreSQL.
15+
To install `pg_query_state`, please apply corresponding patches `custom_signal_(PG_VERSION).patch` and `runtime_explain.patch` (or `runtime_explain_11.0.patch` for PG11) to reqired stable version of PostgreSQL and rebuild PostgreSQL.
1616

17-
Correspondence branch names to PostgreSQL version numbers:
18-
- _PG9_5_ --- PostgreSQL 9.5
19-
- _PGPRO9_5_ --- PostgresPro 9.5
20-
- _PGPRO9_6_ --- PostgreSQL 9.6 and PostgresPro 9.6
21-
- _PGPRO10_ --- PostgresPro 10
22-
- _PG10_ --- PostgreSQL 10
23-
- _master_ --- development version for the newest version PostgreSQL
2417

2518
Then execute this in the module's directory:
2619
```

0 commit comments

Comments
 (0)