Opened 17 months ago

Closed 17 months ago

Last modified 17 months ago

#5428 closed patch (duplicate)

PostgreSQL commit c69bdf837f makes build fail

Reported by: laurenz Owned by: pramsey
Priority: medium Milestone: PostGIS 3.4.0
Component: postgis Version: master
Keywords: Cc:

Description

PostgreSQL commit c69bdf837f makes the build fail, since compute_gserialized_stats_mode() uses the VacAttrStats member attr that was removed.

The attached patch fixes the issue, but I had to remove some information from the debugging output.

Attachments (1)

build.patch (2.7 KB ) - added by laurenz 17 months ago.
Patch to fix the error during build

Download all attachments as: .zip

Change History (3)

by laurenz, 17 months ago

Attachment: build.patch added

Patch to fix the error during build

comment:1 by robe, 17 months ago

Milestone: PostGIS 3.4.0
Resolution: duplicate
Status: newclosed

Looks like this was already fixed in #5427

comment:2 by laurenz, 17 months ago

This is a duplicate of #5427, yes.

But the bugfix for that ticket is incomplete. I'll update that ticket.

Note: See TracTickets for help on using tickets.