Fix breakage introduced in pg_lsn_in() Using PG_RETURN_LSN() from non-fmgr pg_lsn_in_internal() happened to work on some platforms, but should just be a plain "return".
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2e810508f6b0d89621094445620a1bea3ceff3f1 Modified Files -------------- src/backend/utils/adt/pg_lsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)