Switch various builtin functions to use pg_lsn instead of text.

Robert Haas <rhaas@postgresql.org>

Commit: 6f289c2b7d00f07f13f679092f7c71f78950e9da
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-02-19T16:37:43Z
Releases: 9.4.0
Switch various builtin functions to use pg_lsn instead of text.

The functions in slotfuncs.c don't exist in any released version,
but the changes to xlogfuncs.c represent backward-incompatibilities.
Per discussion, we're hoping that the queries using these functions
are few enough and simple enough that this won't cause too much
breakage for users.

Michael Paquier, reviewed by Andres Freund and further modified
by me.

Files