Disables the user to specify the transaction.ordering configuration - if a user specifies this, they will receive an error saying that transaction ordering is disabled and they should use logical replication instead.
Adds a configuration TEST.override.transaction.ordering.deprecation for internal uses in test until we finally remove the code.
This PR adds the following changes:
transaction.ordering
configuration - if a user specifies this, they will receive an error saying that transaction ordering is disabled and they should use logical replication instead.TEST.override.transaction.ordering.deprecation
for internal uses in test until we finally remove the code.