Re: proposal: get oldest LSN - function

From: Kartyshov Ivan <i(dot)kartyshov(at)postgrespro(dot)ru>
To: Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: proposal: get oldest LSN - function
Date: 2016-02-28 07:18:26
Message-ID: 56D29F42.1080907@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.02.2016 22:36, Yury Zhuravlev wrote:
> Hello.
> You forgot to declare a GetXLogOldestLSNPtr function in a header file
> (in xlog.h I think).
> Some compilers refuse to compile this code (MSVC for example). Now I
> see warning from GCC:
>> xlog.c:10627:1: warning: no previous prototype for
>> «GetXLogOldestLSNPtr» [-Wmissing-prototypes]
>> GetXLogOldestLSNPtr(void)
>
> Thanks.
Hi Yury,
thank for valuable remark.
Changes applied

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

Attachment Content-Type Size
oldestLSNv01.patch text/x-patch 5.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kartyshov Ivan 2016-02-28 07:40:05 Re: proposal: get oldest LSN - function
Previous Message Joe Conway 2016-02-28 00:33:33 Re: exposing pg_controldata and pg_config as functions