mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The guards reference undefined VE_PG_LO64, a misspelling of HAVE_PG_LO64 (removed in GH-14628), making the 64-bit code paths permanently dead. Remove the guards to unconditionally enable the 64-bit variants for PostgreSQL >= 9.3, consistent with pg_lo_seek(). Dropped from GH-21386 as not suitable for backport. close GH-21437