WL#13950: Deprecate transaction_write_set_extraction

Affects: Server-8.0   —   Status: Complete

EXECUTIVE SUMMARY
=================

This worklog deprecates the option transaction_write_set_extraction.
There shall not be any alternative and the writeset shall always
use XXHASH64.

The default of transaction_write_set_extraction is
XXHASH64 already.

Background
==========

This worklog implements a deprecation warning when the user sets
or reads the value of transaction_write_set_extraction.

This WL deprecates the option and warning is logged irrespective of
value set. By default server shall always use XXHASH64.

The default is XXHASH64 as of
WL10477: Defaults: Enable Transaction Write Sets

Rationale
=========

- We want users to use only XXHASH64 going forward.