[postgis-tickets] [PostGIS] #5304: Build error: DecodeDateTime changed signature in PostgreSQL v16

PostGIS trac at osgeo.org
Thu Dec 15 07:45:02 PST 2022


#5304: Build error: DecodeDateTime changed signature in PostgreSQL v16
-----------------------------------+---------------------------
 Reporter:  Laurenz Albe           |      Owner:  strk
     Type:  patch                  |     Status:  new
 Priority:  low                    |  Milestone:  PostGIS 3.3.3
Component:  build/upgrade/install  |    Version:  master
 Keywords:                         |
-----------------------------------+---------------------------
 PostgreSQL commit 2661469d86 added a new parameter to `DecodeDateTime` to
 report problems with the time zone name. This makes the PostGIS build
 fail.

 Attached is a patch to fix that.  It is not really pretty, and I am not
 sure if it is a good idea to ignore that diagnostic, as it used to throw
 an error in older PostgreSQL versions.  On the other hand, the return code
 from `DecodeDateTime` is ignored anyway...
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5304>
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