OGG-25546
The wal_sender_timeout parameter in postgres.conf is disabled. This will prevent the termination of inactive wal sender processes. Extract will use the default wal_sender_timeout of {0,number,0} seconds when attempting to reserve a replication slot.
Cause
The wal_sender_timeout parameter is not enabled in postgresql.conf file.
Action
Enable the wal_sender_timeout parameter in postgresql.conf file.