[PostGIS] #5851: pg18 support

PostGIS trac at osgeo.org
Thu Feb 13 18:31:52 PST 2025


#5851: pg18 support
----------------------+---------------------------
 Reporter:  RekGRpth  |      Owner:  pramsey
     Type:  defect    |     Status:  new
 Priority:  medium    |  Milestone:  PostGIS 3.5.3
Component:  postgis   |    Version:  master
 Keywords:            |
----------------------+---------------------------
 does not compile under pg 18

 {{{
 #9 377.3 gserialized_estimate.c: In function
 'compute_gserialized_stats_mode':
 #9 377.3 gserialized_estimate.c:1508:17: error: too few arguments to
 function 'vacuum_delay_point'
 #9 377.3  1508 |                 vacuum_delay_point();
 #9 377.3       |                 ^~~~~~~~~~~~~~~~~~
 #9 377.3 In file included from gserialized_estimate.c:97:
 #9 377.3 /usr/local/include/postgresql/server/commands/vacuum.h:362:13:
 note: declared here
 #9 377.3   362 | extern void vacuum_delay_point(bool is_analyze);
 #9 377.3       |             ^~~~~~~~~~~~~~~~~~
 #9 377.3 gserialized_estimate.c:1726:17: error: too few arguments to
 function 'vacuum_delay_point'
 #9 377.3  1726 |                 vacuum_delay_point();
 #9 377.3       |                 ^~~~~~~~~~~~~~~~~~
 #9 377.3 /usr/local/include/postgresql/server/commands/vacuum.h:362:13:
 note: declared here
 #9 377.3   362 | extern void vacuum_delay_point(bool is_analyze);
 #9 377.3       |             ^~~~~~~~~~~~~~~~~~
 #9 377.3 make[1]: *** [<builtin>: gserialized_estimate.o] Error 1
 #9 377.3 make[1]: *** Waiting for unfinished jobs....
 #9 378.8 make: *** [GNUmakefile:36: all] Error 1
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5851>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list