maplibre/martin

Support PG functions that return gzipped values

Open

#566 opened on Feb 3, 2023

 (2 comments) (0 reactions) (0 assignees)Rust (377 forks)auto 404
help wantedpg

Repository metrics

Stars
 (3,761 stars)
PR merge metrics
 (PR metrics pending)

Description

If a postgres function return gzipped values, we should be able to detect that and treat it accordingly. The current content detection system is not too expensive to do it on every reply.

See also

  • #565

Contributor guide