On Thu, Aug 13, 2026 at 9:50 AM Matthias van de Meent < [email protected]> wrote:
> Or, an option D: Forbid the creation (and use) of filtered publication > table definitions for tables which contain a non-identity varlena-typed > column (i.e. the type's typlen is -1). > I think it's too late for that: option A seems better until we get a proper fix. we should not allow users to create publications of which we know ahead of > time that the > data stream is likely to break on our side. Maybe instead* we issue a warning on creation (again, until we get a real fix, which I think is doable and probably needed for more than just this use case) * To be clear, I'm recommending the warning (call it option E) in addition to option A Cheers, Greg
