diff options
author | Matteo Beccati <mbeccati@php.net> | 2016-08-04 09:30:48 +0200 |
---|---|---|
committer | Matteo Beccati <mbeccati@php.net> | 2016-08-04 09:30:48 +0200 |
commit | 4003595d6000477e86db9c868375acb577f47131 (patch) | |
tree | 24c80e79b799ff8aa146165aad761a91c84266e0 /ext/pdo_pgsql/php_pdo_pgsql_int.h | |
parent | 2b7a699acd3c064a39c1df8c7f7a0a5b66e07f0c (diff) | |
parent | d3a8e107acb4f729016b6d649bc83a888359fb7d (diff) | |
download | php-git-4003595d6000477e86db9c868375acb577f47131.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Clean up FR #72633
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index 86fc847633..30c2cc2d52 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -29,8 +29,6 @@ #define PHP_PDO_PGSQL_CONNECTION_FAILURE_SQLSTATE "08006" -#define PHP_PDO_PGSQL_LASTVAL_PG_VERSION 80100 - typedef struct { const char *file; int line; |