DBZ-542 Set protobuf required version to at least 1.2

pull/13/head v0.7.2
Jiri Pechanec 2018-01-15 08:45:41 +01:00 committed by Gunnar Morling
parent 8baab62456
commit d9477a5b99
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ A PostgreSQL logical decoder output plugin to deliver data as [Protocol Buffers]
This code depends on the following libraries and requires them for compilation:
* [PostgreSQL](http://www.postgresql.org) 9.6+
* [Protobuf-c](https://github.com/protobuf-c/protobuf-c) 1.1+ - used for data serialization
* [Protobuf-c](https://github.com/protobuf-c/protobuf-c) 1.2+ - used for data serialization
* [PostGIS](http://www.postgis.net/) 2.1+ - used for Postgres geometric types support
## Building