Include libpq-events header file (#4559)

* Include libpq-events header file

Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces.

* [libpq] Bump control version
This commit is contained in:
Robert Isaacs 2018-10-25 14:06:54 -04:00 committed by Robert Schumacher
parent 7f6b4fed7e
commit f21d4f17e4
2 changed files with 3 additions and 2 deletions

View File

@ -120,6 +120,7 @@ set(pg_libpq_interface
${CMAKE_CURRENT_BINARY_DIR}/include/pg_config_ext.h
${CMAKE_CURRENT_BINARY_DIR}/include/pg_config.h
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-events.h
)
set(pg_libpq_catalog_interface
src/include/catalog/pg_type.h

View File

@ -1,4 +1,4 @@
Source: libpq
Version: 9.6.1-4
Version: 9.6.1-5
Description: The official database access API of postgresql
Build-Depends: openssl, zlib (linux)