Commit f308aee
committed
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 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.1 parent 92ba1e4 commit f308aee
1 file changed
Lines changed: 0 additions & 8 deletions
| 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