pg_lsn cast to/from int8 - Mailing list pgsql-hackers

From Magnus Hagander
Subject pg_lsn cast to/from int8
Date
Msg-id CABUevEynGDDJO5yQdqPCNAe40+jAJAML70_r4dHpg0aVceUK-Q@mail.gmail.com
Whole thread Raw
Responses Re: pg_lsn cast to/from int8
List pgsql-hackers
Is there a reason we don't have casts between int8 and pg_lsn? AFAICT it works fine if I create the cast manually... Is it because of signed/unsigned if people have really really many transactions?

--

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Improve tab completion for REFRESH MATERIALIZED VIEW
Next
From: Rushabh Lathia
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW