According to the documentation[1], pg_lsn is a 64-bit integer that's printed as two hex numbers separated by a slash, e.g. 68/1225BB70. Is there a way to get the 64-bit integer in a common numeric representation instead of the peculiar hex-slash-hex representation?
Thanks,
Scott
[1] https://www.postgresql.org/docs/current/static/datatype-pg-lsn.html