Changes between Version 21 and Version 22 of PostGISExtensionPaths
- Timestamp:
- 07/30/22 03:06:24 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGISExtensionPaths
v21 v22 13 13 Not only that, but for each new version we ship, we always need to remember to add the recently shipped micros of other versions 14 14 to the extensions/updateable.mk script. 15 16 In addition, the large and changing set of files imposes work (and thus the possibility of errors) on some packaging systems, which have a manifest of installed files. While maintaining this for files that should exist is fine -- and allows detecting new/removed files at update time that can be checked against NEWS -- dealing with upgrade scripts has been a significant amount of the ugprade work in pkgsrc. 15 17 16 18 The largeness of the script files (when not symlinked, which is often the case), is the biggest issue of all, and will become even more of an issue