Re: proposal: get oldest LSN - function

From: Kartyshov Ivan <i(dot)kartyshov(at)postgrespro(dot)ru>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: proposal: get oldest LSN - function
Date: 2016-02-27 06:52:40
Message-ID: 56D147B8.8030805@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.02.2016 03:07, Andres Freund wrote
> How does it help with any of that?
Hi, thank you for fast answer.
Maybe i wasn't too accurate in terms, because I newbie, but:
We can get information about xlog, using big amout of support function
(pg_current_xlog_location(), pg_current_xlog_insert_location(),
pg_xlogfile_name_offset(), pg_xlogfile_name(),
pg_last_xlog_receive_location(), pg_last_xlog_replay_location(), ...
etc) they helps to get get useful information about xlog files and its
content. So, this patch extends this amount of functions.

This function is mostly for debugging purposes.

--
Ivan Kartyshov
Postgres Professional: www.postgrespro.com
Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vitaly Burovoy 2016-02-27 06:57:40 [PATCH] Supporting +-Infinity values by to_timestamp(float8)
Previous Message Tom Lane 2016-02-27 05:39:47 Re: pgsql: Add isolationtester spec for old heapam.c bug