mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove conditional usage of PQfreemem (#14559)
PQfreemem is available since PostgreSQL 7.4.
This commit is contained in:
parent
dcd20da8a5
commit
5baef94d00
2 changed files with 1 additions and 5 deletions
|
@ -112,10 +112,6 @@ char pgsql_libpq_version[16];
|
|||
RETURN_THROWS(); \
|
||||
}
|
||||
|
||||
#ifndef HAVE_PQFREEMEM
|
||||
#define PQfreemem free
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_PQERRORS_SQLSTATE
|
||||
#define PQERRORS_SQLSTATE 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue