replicase / pgcapture

A scalable Netflix DBLog implementation for PostgreSQL
Apache License 2.0
220 stars 31 forks source link

fix: fix the glibc compatibility related issue #29

Closed benjamin99 closed 1 year ago

benjamin99 commented 1 year ago

Description

The PR is for solving the compatibility issue after migrating to go 1.20. To solve the issue, the PR added the -extldflags=-static flag when building the pgcapture binary.