Commit 31962aa
ext/pgsql: Enable lo_tell64/lo_truncate64 by removing dead VE_PG_LO64 guards
The guards reference undefined VE_PG_LO64, a misspelling of
HAVE_PG_LO64 (removed in phpGH-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 phpGH-21386 as not suitable for backport.
close phpGH-214371 parent a2fc8fe commit 31962aa
2 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3083 | 3083 | | |
3084 | 3084 | | |
3085 | 3085 | | |
3086 | | - | |
3087 | 3086 | | |
3088 | 3087 | | |
3089 | 3088 | | |
3090 | 3089 | | |
3091 | 3090 | | |
3092 | | - | |
3093 | | - | |
3094 | | - | |
3095 | 3091 | | |
3096 | 3092 | | |
3097 | 3093 | | |
| |||
3112 | 3108 | | |
3113 | 3109 | | |
3114 | 3110 | | |
3115 | | - | |
3116 | 3111 | | |
3117 | 3112 | | |
3118 | 3113 | | |
3119 | 3114 | | |
3120 | 3115 | | |
3121 | | - | |
3122 | | - | |
3123 | | - | |
3124 | 3116 | | |
3125 | 3117 | | |
3126 | 3118 | | |
| |||
0 commit comments