[Bug 257904] [NEW PORT] databases/postgresql-wal2json: JSON output plugin for changeset extraction

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 17 Aug 2021 05:34:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257904

            Bug ID: 257904
           Summary: [NEW PORT] databases/postgresql-wal2json: JSON output
                    plugin for changeset extraction
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: daniel@morante.net

Created attachment 227267
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227267&action=edit
Git diff

New Port:

wal2json is an output plugin for logical decoding. It means that the plugin
have access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old
row versions can be accessed depending on the configured replica identity.
Changes can be consumed using the streaming protocol (logical replication
slots) or by a special SQL API.

WWW: https://github.com/eulerto/wal2json

Tests currently running for 11,12,13.  I don't expect them to fail for such as
simple port.  I am adding this port mostly because it's a dependency for
Self-Hosted Sentry (https://github.com/getsentry/onpremise)

-- 
You are receiving this mail because:
You are the assignee for the bug.