Skip to content

Commit

Permalink
Remove SIZEOF_OFF_T undef in PDO PGSQL driver (#8301)
Browse files Browse the repository at this point in the history
This has been introduced as part of fixing https://bugs.php.net/79532 (67f9b0b) because ``pg_config.h`` was included.

As this is no longer the case we don't need this undef any more.
  • Loading branch information
Girgias committed Jun 9, 2022
1 parent dbf1caf commit bac8cce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/pdo_pgsql/pgsql_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "pdo/php_pdo_driver.h"
#include "pdo/php_pdo_error.h"
#include "ext/standard/file.h"
#undef SIZEOF_OFF_T
#include "php_pdo_pgsql.h"
#include "php_pdo_pgsql_int.h"
#include "zend_exceptions.h"
Expand Down

0 comments on commit bac8cce

Please sign in to comment.