pg_lsn cast to/from int8

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_lsn cast to/from int8
Date: 2016-01-26 13:56:21
Message-ID: CABUevEynGDDJO5yQdqPCNAe40+jAJAML70_r4dHpg0aVceUK-Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rushabh Lathia 2016-01-26 13:57:07 Re: Optimization for updating foreign tables in Postgres FDW
Previous Message Michael Paquier 2016-01-26 13:25:56 Re: Improve tab completion for REFRESH MATERIALIZED VIEW