Small fix in pg_rewind (redundant declaration) - Mailing list pgsql-hackers

From YUriy Zhuravlev
Subject Small fix in pg_rewind (redundant declaration)
Date
Msg-id 2193184.HX9XJVfCD6@dinodell
Whole thread Raw
Responses Re: Small fix in pg_rewind (redundant declaration)  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hello hackers.
I've stumbled upon a strange code.
In src/bin/pg_rewind/datapagemap.h  we decalre:
extern void datapagemap_destroy(datapagemap_t *map);
But nowhere is implemented. I think the declaration of this function must be 
removed.
I'm not sure that this trivial things needed patch.

Thanks. 

-- 
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_tables bug?
Next
From: David Rowley
Date:
Subject: Re: Combining Aggregates