jackc / pgx

PostgreSQL driver and toolkit for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PGX 5.5.4 incompatible with pglogrepl

jacobmikesell opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.
The recent changes to pgproto3 break the function signature expected in pglogrepl

The backwards compatibility break in the function signature was unfortunate, but the alternative was a panic (or not fixing a security issue), and I figured it was better force downstream users to update rather than introduce a panic. I updated pglogrepl in 828fbfe908e97cfeb409a17e4ec339dede1f1a17.