Re: proposal: get oldest LSN - function - Mailing list pgsql-hackers

From Kartyshov Ivan
Subject Re: proposal: get oldest LSN - function
Date
Msg-id 56D29F42.1080907@postgrespro.ru
Whole thread Raw
In response to Re: proposal: get oldest LSN - function  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
List 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

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: postgres_fdw vs. force_parallel_mode on ppc
Next
From: Kartyshov Ivan
Date:
Subject: Re: proposal: get oldest LSN - function