BUG #18378: postgis protobuf support inconsistent - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18378: postgis protobuf support inconsistent
Date
Msg-id 18378-e6313f7b07dee877@postgresql.org
Whole thread Raw
Responses Re: BUG #18378: postgis protobuf support inconsistent
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18378
Logged by:          Chris Van de Velde
Email address:      chriswvandevelde@gmail.com
PostgreSQL version: 13.14
Operating system:   Centos7/Rocky8
Description:

We build various postgresql distros that include postgis as sourced from
https://download.postgresql.org/pub/repos/yum/13/redhat and have noticed
inconsistent configuration for protobuf support in postgis across
architectures and even within architectures/OS versions. Is it possible to
at least get the most recent releases for Redhat 7 (3.3 for amd64 & 3.2 for
arm) rebuilt with protobuf support enabled (see
https://postgis.net/docs/postgis_installation.html#installation_configuration
for requirements). Alternatively, could the current release (3.4) for RH7
amd64 + arm be built with protobuffer support enabled?

postgisVersion.Rh7.amd64=33 -> does not include protobuf
postgisVersion.Rh7.amd64=32 -> does not include protobuf
postgisVersion.Rh7.amd64=31 -> does not include protobuf
postgisVersion.Rh7.amd64=30 -> *does* include protobuf

postgisVersion.Rh8.amd64=34 -> *does* include protobuf
postgisVersion.Rh8.amd64=33 -> *does* include protobuf
postgisVersion.Rh8.amd64=31 -> *does* include protobuf

postgisVersion.Rh8.arm64=34 -> *does* include protobuf

postgisVersion.Rh7.arm64=32 -> does not include protobuf
postgisVersion.Rh7.arm64=31 -> does not include protobuf


pgsql-bugs by date:

Previous
From: Tender Wang
Date:
Subject: Re: BUG #18314: PARALLEL UNSAFE function does not prevent parallel index build
Next
From: alvherre
Date:
Subject: Re: BUG #18371: There are wrong constraint residues when detach hash partiton concurrently