Flush buffers to speed up shutdown
Provide the ability to request the disk buffers be flushed after online reorg to facilitate faster database shutdown when shutdown requested.
At the moment the shutdown can take a long time when a large part of the database has been reorged online. This lengthy shutdown can be either to database buffers being flushed or due to applications being hung waiting on 3rd party interfaces which currently can't be differentiated.