[SCM] PostGIS branch stable-3.3 updated. 3.3.10-81-g4b9cc9133

git at osgeo.org git at osgeo.org
Mon Jul 20 07:05:42 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, stable-3.3 has been updated
       via  4b9cc913374595a4605802a7ca14b25a5b27bb3c (commit)
       via  e1ae2c0ef88a0d63f5845cf816d68c8b17cfd816 (commit)
      from  6069136765e62fbe648e687c85da2bef9cf7e7e5 (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 4b9cc913374595a4605802a7ca14b25a5b27bb3c
Merge: 606913676 e1ae2c0ef
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Mon Jul 20 07:05:41 2026 -0700

    Merge pull request 'Fix stable 3.3 TupleDescAttr compatibility' (!473) from Komzpa/postgis:fix/stable-3.3-tupledescattr-20260720 into stable-3.3


commit e1ae2c0ef88a0d63f5845cf816d68c8b17cfd816
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Mon Jul 20 15:51:55 2026 +0400

    Fix TupleDescAttr compatibility on stable 3.3

diff --git a/NEWS b/NEWS
index 435449872..faa044b1d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PostGIS 3.3.11
 
 * Bug Fixes and Enhancements *
 
+ - #5823, Build support for Pg18 (Paul Ramsey)
  - #6094, [upgrade] Avoid legacy string literal warnings in downgrade checks
    with standard_conforming_strings off (Darafei Praliaskouski)
  - Flatgeobuf schema mismatch vulnerability (NeuroWinter)
diff --git a/libpgcommon/pgsql_compat.h b/libpgcommon/pgsql_compat.h
index 0760e3c63..8bc359398 100644
--- a/libpgcommon/pgsql_compat.h
+++ b/libpgcommon/pgsql_compat.h
@@ -3,9 +3,4 @@
 
 #include "access/tupdesc.h"
 
-/* TupleDescAttr was backported into 9.6.5 but we support any 9.6.X */
-#ifndef TupleDescAttr
-#define TupleDescAttr(tupdesc, i) ((tupdesc)->attrs[(i)])
-#endif
-
 #endif /* _PGSQL_COMPAT_H */

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

Summary of changes:
 NEWS                       | 1 +
 libpgcommon/pgsql_compat.h | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list