[SCM] PostGIS branch master updated. 3.6.0rc2-419-ga7c7a8378
git at osgeo.org
git at osgeo.org
Tue Mar 31 14:59:04 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via a7c7a837809bbed24ca7d5a474411ef784f555ee (commit)
from dc09e5a11d71b0bebf763750b53036276778afa0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a7c7a837809bbed24ca7d5a474411ef784f555ee
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Mar 31 14:58:28 2026 -0700
Avoid build issue on PG19
diff --git a/postgis/gserialized_typmod.c b/postgis/gserialized_typmod.c
index bee14bd15..8e5f63b56 100644
--- a/postgis/gserialized_typmod.c
+++ b/postgis/gserialized_typmod.c
@@ -32,6 +32,7 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
+#include <limits.h>
#include "utils/elog.h"
#include "utils/array.h"
-----------------------------------------------------------------------
Summary of changes:
postgis/gserialized_typmod.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list