[SCM] PostGIS branch master updated. 3.7.0beta1-247-g83b0e72432

git at osgeo.org git at osgeo.org
Sat Aug 8 22:46:32 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  83b0e724322a8d737bd45fe5558222c9a6a7d642 (commit)
      from  39bf9d6a75e43a9c75f7b06ed23facb8f4ea3edd (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 83b0e724322a8d737bd45fe5558222c9a6a7d642
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 9 01:46:26 2026 -0400

    Try to fix ERROR:  cannot specify storage parameters for a partitioned table in regress test by removing primary key on partitioned

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index a7d47d5e60..07cb6e6f1a 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1871,7 +1871,7 @@ $$ LANGUAGE plpgsql;
 DO $$
 DECLARE i integer;
 BEGIN
-		CREATE TABLE test6110.typmod_partition(id bigint, geom geometry(LINESTRING, 4269), part_key integer, CONSTRAINT pk_typmod_partition PRIMARY KEY(id, part_key))
+		CREATE TABLE test6110.typmod_partition(id bigint, geom geometry(LINESTRING, 4269), part_key integer)
 			PARTITION BY LIST (part_key);
     FOR i IN 1..500 LOOP
         EXECUTE format('CREATE TABLE test6110.typmod_%s (geom geometry(Point, 4326))', i);

-----------------------------------------------------------------------

Summary of changes:
 regress/core/tickets.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list