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

From Yury Zhuravlev
Subject Re: proposal: get oldest LSN - function
Date
Msg-id 0405723a-221d-45ff-890e-3f2ed316c702@postgrespro.ru
Whole thread Raw
In response to proposal: get oldest LSN - function  (Kartyshov Ivan <i.kartyshov@postgrespro.ru>)
Responses Re: proposal: get oldest LSN - function
List pgsql-hackers
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.
--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: PostgreSQL extension API? Documentation?
Next
From: Chapman Flack
Date:
Subject: Re: PostgreSQL extension API? Documentation?