A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Checking the documentation for sys.databases, I see that 13 is indeed OLDEST_PAGE, so in this case PS has the same thing - it just doesn't have the translation correct.
I also see that for log_resuse_wait there are two meanings for the value 9:
9 = An Always On Availability Groups secondary replica is applying transaction log records of this database to a corresponding secondary database.
9 = Other (Transient)
So again, this seems to be due to that the PS module is doing it's own translation rather than relying on log_reuse_wait_desc.
