Re: PATCH: add pg_current_xlog_flush_location function

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: add pg_current_xlog_flush_location function
Date: 2015-12-13 19:38:05
Message-ID: 566DC91D.6040103@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 12/13/2015 06:13 AM, Amit Kapila wrote:
>
> ...
>
> Is there a reason why you can't use existing function
> GetFlushRecPtr() in xlog.c?

No, not really. I think I somehow missed that function when writing the
initial version of the patch. Will fix in v2 of the patch.

thanks

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-12-13 21:30:02 Re: Memory prefetching while sequentially fetching from SortTuple array, tuplestore
Previous Message Alexander Korotkov 2015-12-13 17:28:08 Proposal: custom compression methods