Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9011

Replace Postgres txid_current() by pg_current_xact_id()

XMLWordPrintable

      txid_current() was deprecated in Postrges 13 (see table of deprecated functions) and pg_current_xact_id() should be used instead. For compatibility with older Postgres versions we can construct the query based on the major postgres version, similar e.g. to our currentXLogLocation().

              vjuranek@redhat.com Vojtech Juranek
              vjuranek@redhat.com Vojtech Juranek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: