PK_PARTITION_create_empty   

PK_ERROR_code_t       PK_PARTITION_create_empty
(
--- returned arguments ---
PK_PARTITION_t *const partition     --- new partition
)


This function creates a partition. It does not make it current - the current
partition is unchanged.

NOTE: This function is deprecated and has been superseded by
PK_PARTITION_create.


Specific Errors:
    PK_ERROR_rollback_not_started  Partitioned rollback is not active (MILD)



The partition is created with only its initial pmark, which it is not at.

This function should only be called when partitioned rollback has been started
with PK_DELTA_register_callbacks.