cockroach
cockroach copied to clipboard
logical: Add the EXCLUDED_USER_COLUMNS option to SHOW EXPERIMENTAL_FI…
…NGERPRINT
Currently tables used for logical data replication can't be fingerprinted as they contain a column crdb_replication_origin_timestamp which will vary based on the internal MVCC timestamp. Adding an option to SHOW EXPERIMENTAL FINGERPRINT will allow LDR tables to be fingerprinted by excluding the replication column. A follow up will use this to verify tables in LDR roachtests
Release note: none Fixes: https://github.com/cockroachdb/cockroach/issues/129497
TFTR bors r=msbutler